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++/9229: [3.4 regression] [New parser] ICE on illegal number of template parameters


Synopsis: [3.4 regression] [New parser]  ICE on illegal number of template parameters

State-Changed-From-To: open->closed
State-Changed-By: reichelt
State-Changed-When: Wed Jan 15 01:28:17 2003
State-Changed-Why:
    Fixed in gcc 3.4-20030113.
    I now get
    
    PR9229.cc:5: error: wrong number of template arguments (2, should be 1)
    PR9229.cc:1: error: provided for `template<class T> class O'
    PR9229.cc:5: error: expected function-definition
    
    for the provided code snippets.
    
    (Testcase in preparation.)

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


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