On Jul 16, 2006, at 4:16 PM, Andrew Pinski wrote:
I am trying to reduce a testcase right now.

And here is a reduced testcase:
struct basic_ios
{
  virtual ~basic_ios() { }
};
class istrstream
: virtual public basic_ios
{
  virtual ~istrstream();
};
istrstream::~istrstream() { }


-- Pinski

Reply via email to