lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Infinite loop with GCC 4.3


From: Joe Neeman
Subject: Re: Infinite loop with GCC 4.3
Date: Thu, 29 May 2008 08:15:35 +1000

On Wed, 2008-05-28 at 11:02 -0300, Han-Wen Nienhuys wrote:
> Could someone put this into a init_fpu() function with appropriate
> #ifdefs, and call that from main() ?

Done.

> 
> 
> Thanks!
> 
> 2008/5/28 John Mandereau <address@hidden>:
> > On 2008/05/26, I wrote:
> >> #include
> >> <fpu_control.h> and adding the two lines
> >>
> >>   fpu_control_t fpu_control = 0x027f ;
> >>   _FPU_SETCW(fpu_control);
> >>
> >> at the beginning of main().  This fixes the bug for me with GCC 4.3.0 on
> >> Joe's example skyline2.cc
> >
> > This fix works on my Celeron M with current Lily on master too.
> >
> > John
> >
> >
> 
> 
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]