[Bug c++/54575] [4.8 Regression] ICE with std::vector::insert and -std=c++11
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Fri Sep 14 10:43:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54575
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at gcc dot |paolo.carlini at oracle dot
|gnu.org |com
--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-09-14 10:42:58 UTC ---
I have a patch, the issue seems indeed simple as I suspected.
Wolfgang, can you figure out a simpler testcase? (Generally I don't like
including the whole <vector> in the C++ testsuite, it increases the coupling
between testsuite and library)
More information about the Gcc-bugs
mailing list