--- 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
--- 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;}
--
What|Removed |Added
Severity|critical|normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20428