[Bug c++/38089] [4.2/4.3/4.4 Regression] g++ crash on invalid code

2008-12-29 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38089

[Bug c++/38089] [4.2/4.3/4.4 Regression] g++ crash on invalid code

2008-12-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-24 04:35 --- Reduced testcase: class basic_string { basic_string(const int __s); }; namespace MyNS { class MyClass { template T test() { } }; } template <> basic_string MyNS::MyClass::test(){ return 1;} -- pins

[Bug c++/38089] [4.2/4.3/4.4 Regression] g++ crash on invalid code

2008-12-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||error-recovery Known to work||4.0.1