[Bug c++/18368] C++ error message regression
dberlin at dberlin dot org
gcc-bugzilla@gcc.gnu.org
Mon Nov 8 04:47:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list