This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/9212: Internal compiler error in grokdeclarator, at cp/decl.c:11052 [gcc 3.2]


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]