This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/27933] [4.0/4.1/4.2 Regression] ICE with invalid "using"
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jun 2006 21:18:34 -0000
- Subject: [Bug c++/27933] [4.0/4.1/4.2 Regression] ICE with invalid "using"
- References: <bug-27933-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from reichelt at gcc dot gnu dot org 2006-06-12 21:18 -------
Subject: Bug 27933
Author: reichelt
Date: Mon Jun 12 21:18:20 2006
New Revision: 114581
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114581
Log:
PR c++/27933
* name-lookup.c (lookup_qualified_name): Always return error_mark_node
if lookup fails.
* g++.dg/lookup/using15.C: New test.
Added:
branches/gcc-4_1-branch/gcc/testsuite/g++.dg/lookup/using15.C
Modified:
branches/gcc-4_1-branch/gcc/cp/ChangeLog
branches/gcc-4_1-branch/gcc/cp/name-lookup.c
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27933