http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48698
--- Comment #4 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2011-10-05 23:10:01 UTC --- Author: bkoz Date: Wed Oct 5 23:09:51 2011 New Revision: 179580 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179580 Log: 2011-10-05 Benjamin Kosnik <b...@redhat.com Jonathan Wakely <jwakely....@gmail.com> PR libstdc++/48698 * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Set libtool_VERSION here. * configure.ac: Move AC_SUBST of libtool_VERSION past call to GLIBCXX_ENABLE_SYMVERS. * configure: Regenerate. * include/bits/c++config: Use __7 as versioned namespace name. * config/abi/pre/gnu-versioned-namespace.ver: Change mangling as per above. * include/c_global/cwchar: Adjust nested namespaces. * testsuite/20_util/bind/48698.cc: Add test case. * testsuite/ext/profile/mutex_extensions_neg.cc: Change line number. Modified: branches/gcc-4_6-branch/libstdc++-v3/ChangeLog branches/gcc-4_6-branch/libstdc++-v3/acinclude.m4 branches/gcc-4_6-branch/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver branches/gcc-4_6-branch/libstdc++-v3/configure branches/gcc-4_6-branch/libstdc++-v3/configure.ac branches/gcc-4_6-branch/libstdc++-v3/include/bits/c++config branches/gcc-4_6-branch/libstdc++-v3/include/bits/locale_facets.tcc branches/gcc-4_6-branch/libstdc++-v3/include/c_global/cwchar branches/gcc-4_6-branch/libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc