------- Comment #1 from pinskia at gcc dot gnu dot org 2006-06-07 16:44 ------- A full testcase: struct a { void operator delete (void*, unsigned int); ~a(); };
void g(a *b) { delete b; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27935
pinskia at gcc dot gnu dot org Wed, 07 Jun 2006 09:44:55 -0700
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-06-07 16:44 ------- A full testcase: struct a { void operator delete (void*, unsigned int); ~a(); };
void g(a *b) { delete b; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27935