This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8736: internal compile error at a typedef to a typedef in a template sub struct of a template struct from a template function
- From: reichelt at igpm dot rwth-aachen dot de
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, pkolloch at gmx dot net
- Date: 12 Jan 2003 23:37:19 -0000
- Subject: Re: c++/8736: internal compile error at a typedef to a typedef in a template sub struct of a template struct from a template function
- Reply-to: reichelt at igpm dot rwth-aachen dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, pkolloch at gmx dot net, gcc-gnats at gcc dot gnu dot org
Synopsis: internal compile error at a typedef to a typedef in a template sub struct of a template struct from a template function
State-Changed-From-To: analyzed->closed
State-Changed-By: reichelt
State-Changed-When: Sun Jan 12 15:37:18 2003
State-Changed-Why:
The bug is fixed in gcc 3.4-20021230 with the new parser.
We now get the error message:
testCompiler.cc: In function `void testCompiler()':
testCompiler.cc:16: error: expected primary-expression
testCompiler.cc:16: error: expected `;'
(Testcase in preparation.)
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8736