[Bug c++/33486] namespace association doesn't handle parallel namespaces
jason at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Feb 25 06:27:00 GMT 2008
------- Comment #6 from jason at gcc dot gnu dot org 2008-02-25 06:27 -------
Subject: Bug 33486
Author: jason
Date: Mon Feb 25 06:26:24 2008
New Revision: 132611
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132611
Log:
* gcc/cp/parser.c (cp_parser_declaration): Handle 'inline namespace'.
(cp_parser_namespace_definition): Likewise.
PR c++/33486
* gcc/cp/name-lookup.c (arg_assoc_namespace): Look down into inline
namespaces, too.
* libstdc++-v3/include/bits/c++config: Use 'inline namespace'
instead of strong using.
Added:
trunk/gcc/testsuite/g++.dg/lookup/strong-using-5.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/name-lookup.c
trunk/gcc/cp/parser.c
trunk/gcc/testsuite/g++.dg/lookup/strong-using-1.C
trunk/gcc/testsuite/g++.dg/lookup/strong-using-2.C
trunk/gcc/testsuite/g++.dg/lookup/strong-using-3.C
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/c++config
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33486
More information about the Gcc-bugs
mailing list