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++/9528: [3.4 regression] [New parser] ICE invalidate_nonmember_using_decl with illegal using-declaration


Old Synopsis: [3.4 regression] ICE with illegal using-declaration
New Synopsis: [3.4 regression] [New parser] ICE invalidate_nonmember_using_decl with illegal using-declaration

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Sat Feb  1 20:56:32 2003
State-Changed-Why:
    Confirmed. Broke somewhere here (so probably with the new
    parser):
    
    regression/test> ../bin/gcc-2002-12-25/bin/c++ -c test.ii
    test.ii: In member function `void A<T>::foo()':
    test.ii:3: error: parse error before `;' token
    regression/test> ../bin/gcc-2003-01-05/bin/c++ -c test.ii
    test.ii: In member function `void A<T>::foo()':
    test.ii:3: internal compiler error: in validate_nonmember_using_decl, at
       cp/decl2.c:4292

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


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