This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/5975: [3.3/3.4 regression] ICE with typedefs and templates
- From: paolo at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, reichelt at igpm dot rwth-aachen dot de
- Date: 1 Jan 2003 21:04:36 -0000
- Subject: Re: c++/5975: [3.3/3.4 regression] ICE with typedefs and templates
- Reply-to: paolo at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, reichelt at igpm dot rwth-aachen dot de, gcc-gnats at gcc dot gnu dot org
Old Synopsis: ICE with typedefs and templates
New Synopsis: [3.3/3.4 regression] ICE with typedefs and templates
State-Changed-From-To: suspended->analyzed
State-Changed-By: paolo
State-Changed-When: Wed Jan 1 13:04:35 2003
State-Changed-Why:
Unfortunately, now 3.3 pre issues:
5975.cc:1: error: `X' is not a class or namespace
5975.cc:1: internal compiler error: tree check: expected class 't', have 'x' (
identifier_node) in make_typename_type, at cp/decl.c:5674
And similarly, mainline:
5975.cc:1: error: using `typename' outside of template
5975.cc:1: error: `X' is not a class-name or namespace-name
5975.cc:1: error: expected nested-name-specifier
5975.cc:1: internal compiler error: Segmentation fault
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5975