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++/3863: [2003-01-01][parser] ICE on missing typename


Old Synopsis: [parser] ICE on missing typename
New Synopsis: [2003-01-01][parser] ICE on missing typename

State-Changed-From-To: suspended->open
State-Changed-By: neroden
State-Changed-When: Wed Jan  1 06:41:30 2003
State-Changed-Why:
    With the new parser, we get the following:
    ice.cxx:7: error: expected unqualified-id
    ice.cxx:20: error: ISO C++ forbids declaration of `data_list' with no type
    ice.cxx:20: error: cannot declare member `base_class<T>::data_list' within `
       derived_class<T>'
    ice.cxx:20: error: expected function-definition
    ice.cxx:24: internal compiler error: in cp_parser_function_definition, at
       cp/parser.c:11022

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3863


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