This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bug in math.h on Linux distributions


Hello,

I hope I'm being contacting the right development team.
Well for the first I nrecently needed to activate the portion of code in
math.h
concerning the "NAN" section.
I defined the "ISO_C9X" variable in order to include the "nan.h" header
and I met
two bugs in "math.h"
- line 118 and line 352 :
   #if ... instead of #ifdef... or #if defined...
- quicly fixed but still present on the following distributions:

- Suse 6.1, 6.2
- Mandrake 6.0, 6.1

I didn't look in the other distributions.

Regards.

Dominique Laigle

dom@seriat.fr


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]