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++/13207] <iostream> header and _XOPEN_SOURCE=500


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


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