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

dannysmith at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Dec 3 20:11:00 GMT 2003


------- 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



More information about the Gcc-bugs mailing list