c++/9212: Internal compiler error in grokdeclarator, at cp/decl.c:11052 [gcc 3.2]
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Mon Jan 13 05:17:00 GMT 2003
Synopsis: Internal compiler error in grokdeclarator, at cp/decl.c:11052 [gcc 3.2]
State-Changed-From-To: open->analyzed
State-Changed-By: nathan
State-Changed-When: Tue Jan 7 03:15:08 2003
State-Changed-Why:
this is a bug.
C c(A(A::e), B(B::f), A(A::e));
is being parsed as a function called c taking three
parameters, each of which has a parenthesized (& erroneous)
name. It is really a variable called c with an
'(expression-list)' initializer.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9212
More information about the Gcc-bugs
mailing list