------- 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
jakub at gcc dot gnu dot org Mon, 03 Aug 2009 04:04:29 -0700
------- 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