------- Comment #4 from reichelt at gcc dot gnu dot org  2008-02-15 09:03 
-------
Reduced testcase:

============================
struct A
{
  A();
  A(const A&);
};

struct B
{
  A a;
};

struct C
{
  C(const B& = B());
};

C c;
============================


-- 


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

Reply via email to