This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50093] [4.6 Regression] STL containers of non-default-constructible classes fail under -std=c++0x
- From: "andersk at mit dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 15 Aug 2011 20:06:59 +0000
- Subject: [Bug c++/50093] [4.6 Regression] STL containers of non-default-constructible classes fail under -std=c++0x
- Auto-submitted: auto-generated
- References: <bug-50093-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50093
Anders Kaseorg <andersk at mit dot edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to work| |4.5.3
Known to fail| |4.6.1
--- Comment #1 from Anders Kaseorg <andersk at mit dot edu> 2011-08-15 20:06:59 UTC ---
Works with g++-4.5 (Ubuntu/Linaro 4.5.3-5ubuntu1) 4.5.3.
Fails with g++-4.6 (Ubuntu/Linaro 4.6.1-6ubuntu6) 4.6.1.
(Both on Ubuntu 11.10 alpha, amd64.)