]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/27933 (ICE with invalid "using")
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Mon, 12 Jun 2006 21:23:30 +0000 (21:23 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Mon, 12 Jun 2006 21:23:30 +0000 (21:23 +0000)
commit7b1a28676b2b7dc8f4454d7b07fbf78630c914b5
tree53673ade0a04fd16f3b576f47aeb664fd494c235
parent92f90bae387c82ce43dcd1ae67edaa4d1eb7a031
re PR c++/27933 (ICE with invalid "using")

PR c++/27933
* name-lookup.c (lookup_qualified_name): Always return error_mark_node
if lookup fails.

* g++.dg/lookup/using15.C: New test.

From-SVN: r114582
gcc/cp/ChangeLog
gcc/cp/name-lookup.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lookup/using15.C [new file with mode: 0644]