------- Comment #5 from jason at gcc dot gnu dot org 2009-11-03 21:34 ------- Subject: Bug 39786
Author: jason Date: Tue Nov 3 21:33:55 2009 New Revision: 153872 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153872 Log: PR c++/41876 * parser.c (cp_parser_exception_declaration): Pass true to is_condition parm of cp_parser_type_specifier_seq. (cp_parser_omp_for_loop): Likewise. PR c++/39786, Core issue 812, 861 * name-lookup.c (qualified_lookup_using_namespace): Overhaul. Added: branches/gcc-4_4-branch/gcc/testsuite/g++.dg/cpp0x/inline-ns3.C - copied unchanged from r153682, trunk/gcc/testsuite/g++.dg/cpp0x/inline-ns3.C branches/gcc-4_4-branch/gcc/testsuite/g++.dg/lookup/using22.C - copied unchanged from r153865, trunk/gcc/testsuite/g++.dg/lookup/using22.C branches/gcc-4_4-branch/gcc/testsuite/g++.dg/parse/eh-decl.C - copied unchanged from r153864, trunk/gcc/testsuite/g++.dg/parse/eh-decl.C Modified: branches/gcc-4_4-branch/gcc/cp/ChangeLog branches/gcc-4_4-branch/gcc/cp/name-lookup.c branches/gcc-4_4-branch/gcc/cp/parser.c branches/gcc-4_4-branch/gcc/testsuite/ChangeLog branches/gcc-4_4-branch/gcc/testsuite/g++.dg/lookup/using16.C -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39786