http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53893
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53893
--- Comment #5 from Paolo Carlini 2012-10-14
17:44:37 UTC ---
Note: the code per-se isn't C++11, besides the trivial >>, the crash is ;) That
is, only happens with -std=c++11.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53893
Elias Pipping changed:
What|Removed |Added
Attachment #27762|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53893
Jonathan Wakely changed:
What|Removed |Added
Keywords||ice-on-invalid-code
Status|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53893
--- Comment #2 from Elias Pipping 2012-07-08
11:43:11 UTC ---
% g++-4.7 -v
Using built-in specs.
COLLECT_GCC=g++-4.7
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with:
/var/tmp/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53893
--- Comment #1 from Elias Pipping 2012-07-08
11:21:57 UTC ---
Created attachment 27762
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27762
test case