------- Comment #4 from jakub at gcc dot gnu dot org  2009-08-03 11:04 -------
Simplified testcase:
struct M
{
  M () {}
  ~M () {}
};

struct S
{
  S ();
  M m[1];
};

S::S () : m ((M[1]) { M () })
{
}


-- 


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

Reply via email to