[Bug c++/47635] ICE on invalid code in constructor_name_p, at cp/name-lookup.c:1809

2011-05-26 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47635 --- Comment #4 from Pawel Sikora 2011-05-26 18:49:35 UTC --- (In reply to comment #3) > Is this a C++0x issue? Should be marked as such. yes, w/o c++0x i get: heshvpUtils.cpp:460:28: error: declaration of 'hvp::LibraryVersion version()' not in

[Bug c++/47635] ICE on invalid code in constructor_name_p, at cp/name-lookup.c:1809

2011-05-26 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47635 --- Comment #3 from Paolo Carlini 2011-05-26 18:35:28 UTC --- Is this a C++0x issue? Should be marked as such.

[Bug c++/47635] ICE on invalid code in constructor_name_p, at cp/name-lookup.c:1809

2011-05-26 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47635 Pawel Sikora changed: What|Removed |Added Known to fail|4.5.3, 4.6.0|4.5.4, 4.6.1, 4.7.0 --- Comment #2 from Pa

[Bug c++/47635] ICE on invalid code in constructor_name_p, at cp/name-lookup.c:1809

2011-02-07 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47635 --- Comment #1 from Pawel Sikora 2011-02-07 16:53:27 UTC --- Created attachment 23266 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23266 testcase.