This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/13207] <iostream> header and _XOPEN_SOURCE=500
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Nov 2003 22:12:11 -0000
- Subject: [Bug libstdc++/13207] <iostream> header and _XOPEN_SOURCE=500
- References: <20031126204825.13207.rdesai@legato.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-26 22:12 -------
The real problem is that acosl is included in C99 (and not C89) so the headers at the point they
were made thought that acosl is an extension to POSIX (aka UNIX) which is not true any more so it
still is a problem with your vender, report is to them.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13207