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++/4905: unspecified internal compiler error


Synopsis: unspecified internal compiler error

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Sat Dec  1 12:24:01 2001
State-Changed-Why:
    With gcc 3.0.3 your example produces no internal compiler error, but the following compilation errors:
    
    a.cc:17: too many template parameter lists in declaration of `void foo()'
    a.cc:17: syntax error before `{' token
    a.cc: In function `int main()':
    a.cc:22: parse error before `;' token
    a.cc:23: `c' undeclared (first use this function)
    a.cc:23: (Each undeclared identifier is reported only once for each function it

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


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