[patch] Darwin test suite fixes

Andreas Tobler toa@pop.agri.ch
Sat Jun 9 21:11:00 GMT 2007


Brooks Moses wrote:
> Andreas Tobler wrote:
>> Index: gcc.target/i386/980211-1.c
>> ===================================================================
>> --- gcc.target/i386/980211-1.c    (revision 125559)
>> +++ gcc.target/i386/980211-1.c    (working copy)
> [...]
>> @@ -17,7 +17,7 @@
>>  foo (long double x, long double y)
>>  {
>>    long double z = x / y;
>> -  if (__signbitl (x) && __signbitl (z))
>> +  if (__signbitl0 (x) && __signbitl (z))
> 
> You missed the second __signbitl there.

Thanks,

late night patches .....

Andreas



More information about the Gcc-patches mailing list