------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-14 
16:30 -------
Here is a reduced testcase at least for mmix:
struct X{ ~X(); };
struct B
{
  virtual void a( X ) = 0;
}; 
struct D : public virtual B 
{
  void a( X );
}; 
void D::a( X ){};

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18492

Reply via email to