https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58597
--- Comment #4 from Volker Reichelt ---
The ICE disappered on the 4.9 branch in GCC 4.9.2.
But the testcase still crashes trunk with a different stack trace:
bug.cc:6:12: internal compiler error: Segmentation fault
A a = 0;
^
0xcdc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58597
--- Comment #3 from Marek Polacek ---
Yeah, indeed :(. As it's too old, I don't have enough cc1plus binaries to
really bisect it. Sorry.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58597
--- Comment #2 from Paolo Carlini ---
Now, Marek, since this is known to fail even with 4.5.0 (with -std=c++0x of
course) there is definitely something wrong with your pointing to r180707.
I wonder if the fact that before r180707 one couldn't use
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58597
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58597
--- Comment #1 from Marek Polacek ---
Started with r180707.