c++/9172: SEGV in make_typename_type

paolo@gcc.gnu.org paolo@gcc.gnu.org
Sat Jan 4 17:25:00 GMT 2003


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



More information about the Gcc-bugs mailing list