This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/48698] gnu-versioned-namespace problems
- From: "bkoz at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 05 Oct 2011 23:10:01 +0000
- Subject: [Bug libstdc++/48698] gnu-versioned-namespace problems
- Auto-submitted: auto-generated
- References: <bug-48698-4@http.gcc.gnu.org/bugzilla/>
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 <bkoz@redhat.com
Jonathan Wakely <jwakely.gcc@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