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++/5053: [2003-01-01] [parser] g++ 2.95.3 cannot call non-static template members from template functions.


Old Synopsis: [parser] g++ 2.95.3 cannot call non-static template members from template functions.
New Synopsis: [2003-01-01] [parser] g++ 2.95.3 cannot call non-static template members from template functions.

State-Changed-From-To: suspended->open
State-Changed-By: paolo
State-Changed-When: Wed Jan  1 13:31:29 2003
State-Changed-Why:
    Now, after the new parser merge, ICE:
    5053.cpp: In instantiation of `static void Foo::bar() [with T = T]':
    5053.cpp:14:   instantiated from `void fooWrapper() [with T = Dummy]'
    5053.cpp:19:   instantiated from here
    5053.cpp:5: internal compiler error: in regenerate_decl_from_template, at
       cp/pt.c:9974

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5053


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