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]

Re: bug in math.h on Linux distributions


>>>>> Alain BORREL writes:

 > Hello,
 > I hope I'm being contacting the right development team.
Nope, the right team is the GNU C library team -
http://sourceware.cygnus.com/glibc

Btw. the address you're using is for patches - but you didn't provide
one.

 > 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
Which variable? _ISO_C9X_SOURCE?
 > and I met
 > two bugs in "math.h"
 > - line 118 and line 352 :
 >    #if ... instead of #ifdef... or #if defined...
That's ok.
 > - 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.
Please send a short program and sample command line to show what's
broken.  I don't see a problem in glibc.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

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