http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749
Paolo Carlini changed:
What|Removed |Added
Component|libobjc |libstdc++
--- Comment #8 from Paolo Carli
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749
--- Comment #6 from Jonathan Wakely 2012-01-08
12:41:16 UTC ---
(In reply to comment #5)
> Also found another similar problem while compiling on Windows with mingw-w64.
> Including also pollutes the global namespace.
In general you'll just have
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749
--- Comment #5 from nospam.kotarou.dono at gmail dot com 2012-01-08 12:14:56
UTC ---
Also found another similar problem while compiling on Windows with mingw-w64.
Including also pollutes the global namespace.
text.cpp:
#include
timeval t; // S
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749
--- Comment #3 from nospam.kotarou.dono at gmail dot com 2012-01-07 04:14:06
UTC ---
Yes I'm new to GCC :)
If it won't be able to make it in to 4.7, will it be able to make it in to
4.7.1 or 4.8?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749
--- Comment #2 from Paolo Carlini 2012-01-04
10:25:45 UTC ---
Thus I understand you are new to GCC, because the problem was already there in,
eg, gcc3, and very likely the original HP/SGI STL! It's because of the use of
rand(), or a similar syste
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749
--- Comment #1 from Richard Guenther 2012-01-04
10:16:56 UTC ---
bits/stl_algo.h ends up including cstdlib.