[Bug libstdc++/48811] error in compiling libstdc++ with -std=gnu++0x

2011-05-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48811 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug libstdc++/48811] error in compiling libstdc++ with -std=gnu++0x

2011-04-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48811 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2011-04-30 19:24:45 UTC --- Building like that is completely unsupported. If anything is worth fixing here it would be to strip any -std option from the library build flags, to ensure

[Bug libstdc++/48811] error in compiling libstdc++ with -std=gnu++0x

2011-04-30 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48811 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|

[Bug libstdc++/48811] error in compiling libstdc++ with -std=gnu++0x

2011-04-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48811 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org 2011-04-30 20:00:39 UTC --- I don't know, but we also want to strip -pipe from the testsuite flags for PR 48565 so we need to figure out some way to do it :)

[Bug libstdc++/48811] error in compiling libstdc++ with -std=gnu++0x

2011-04-30 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48811 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC||rwild at

[Bug libstdc++/48811] error in compiling libstdc++ with -std=gnu++0x

2011-04-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48811 --- Comment #1 from Paolo Carlini paolo.carlini at oracle dot com 2011-04-28 19:51:56 UTC --- Currently the library itself, its *.cc files, are not meant to be all built in c++0x mode (the Makefile carefully builds some in c++03 mode and some in