------- Additional Comments From dberlin at dberlin dot org 2004-11-08 04:47 ------- Subject: Re: New: C++ error message regression
Yes, it happens ta global scope too. struct foo {} void method () {} will give the same error On Sun, 8 Nov 2004, sabre at nondot dot org wrote: > On this c++ code: > > struct C { > struct foo { int A; } > void method(); > }; > This probably also happens at global scope. > -Chris -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18368