------- 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

Reply via email to