This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9172: SEGV in make_typename_type
- 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, ritzert at t-online dot de
- Date: 4 Jan 2003 17:25:31 -0000
- Subject: Re: c++/9172: SEGV in make_typename_type
- 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, ritzert at t-online dot de, gcc-gnats at gcc dot gnu dot org
Synopsis: SEGV in make_typename_type
State-Changed-From-To: open->analyzed
State-Changed-By: paolo
State-Changed-When: Sat Jan 4 09:25:31 2003
State-Changed-Why:
This is an ICE on *illegal* code (no regression)
You typed:
typedef typename baz::typename rebind<int> foo;
^^^^^^^^
instead of
typedef typename baz::template rebind<int> foo;
;-)
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9172