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++/9172: SEGV in make_typename_type


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


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