------- Comment #9 from reichelt at gcc dot gnu dot org 2006-03-30 11:13 ------- Even shorter testcase:
If I remove an argument of the constructor, the code compiles fine. ==================================================================== struct A { A() {} }; struct B { A a; B(A, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) {} }; void foo() { B b(A(), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); } ==================================================================== -- reichelt at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |monitored http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26919