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++/5975: [3.3/3.4 regression] ICE with typedefs and templates


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


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