This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9528: [3.4 regression] [New parser] ICE invalidate_nonmember_using_decl with illegal using-declaration
- From: bangerth at dealii dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, numerical dot simulation at web dot de, reichelt at igpm dot rwth-aachen dot de
- Date: 1 Feb 2003 20:56:32 -0000
- Subject: Re: c++/9528: [3.4 regression] [New parser] ICE invalidate_nonmember_using_decl with illegal using-declaration
- Reply-to: bangerth at dealii dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, numerical dot simulation at web dot de, reichelt at igpm dot rwth-aachen dot de, gcc-gnats at gcc dot gnu dot org
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