* gcc/cp/parser.c (cp_parser_declaration): Handle 'inline namespace'.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Feb 2008 06:26:24 +0000 (06:26 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Feb 2008 06:26:24 +0000 (06:26 +0000)
commit93635a8e9b9cb89e9d8282143c0fa55644732326
treeb3e9a71438b63c4eab718359b3976d6d06ff3474
parent60a0990fb20075f25e88a26191cda2819534f61c
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132611 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/name-lookup.c
gcc/cp/parser.c
gcc/testsuite/g++.dg/lookup/strong-using-1.C
gcc/testsuite/g++.dg/lookup/strong-using-2.C
gcc/testsuite/g++.dg/lookup/strong-using-3.C
gcc/testsuite/g++.dg/lookup/strong-using-5.C [new file with mode: 0644]
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/c++config