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]

[Bug c++/27933] [4.0/4.1/4.2 Regression] ICE with invalid "using"



------- 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


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