This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/13284] 126 g++ failures due to lrand48 not defined
- From: "dannysmith at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Dec 2003 20:11:31 -0000
- Subject: [Bug libstdc++/13284] 126 g++ failures due to lrand48 not defined
- References: <20031203153351.13284.giovannibajo@libero.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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