This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug libstdc++/13284] 126 g++ failures due to lrand48 not defined


------- Additional Comments From dannysmith at gcc dot gnu dot org  2003-12-03 20:11 -------
lrand48 is not ansi under any standard I am aware of.  IMO, it shouldn't be 
exposed at all in STL interface.  

There are other problems in newlib where some C99 math functions/macros (eg, 
scalbn, fpclassify)  are protected by __STRICT_ANSI__ in math.h.

Danny


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13284


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