[Bug c++/20428] ICE for local class in a function template

2005-03-11 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-11 20:42 --- *** This bug has been marked as a duplicate of 13744 *** -- What|Removed |Added

[Bug c++/20428] ICE for local class in a function template

2005-03-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-11 18:39 --- Confirmed, reduced testcase: struct buggy_i { virtual void release() = 0; ~buggy_i(); }; template buggy_i *test() { struct test_t : public buggy_i { void release() {delete this;}

[Bug c++/20428] ICE for local class in a function template

2005-03-11 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20428