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++/8895: ICE on invalid template default value specification


Synopsis: ICE on invalid template default value specification

State-Changed-From-To: analyzed->closed
State-Changed-By: reichelt
State-Changed-When: Sun Jan 12 15:41:42 2003
State-Changed-Why:
    The bug is fixed in gcc 3.4-20021230 with the new parser.
    
    We now get the following error message (without ICE):
    
    bug.cc:1: error: expected type-name
    bug.cc:1: error: expected type-name
    bug.cc:1: error: expected `>'
    bug.cc:1: error: expected unqualified-id
    
    (Testcase in preparation.)

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


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