c++/9528: [3.4 regression] [New parser] ICE invalidate_nonmember_using_decl with illegal using-declaration
bangerth@dealii.org
bangerth@dealii.org
Sat Feb 1 20:56:00 GMT 2003
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
More information about the Gcc-bugs
mailing list