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: John Mandereau
Subject: Re: Infinite loop with GCC 4.3
Date: Wed, 28 May 2008 15:10:54 +0200

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]