This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249248 - in /branches/gcc-7-branch/libstdc++-v...
- From: redi at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 16 Jun 2017 12:18:54 -0000
- Subject: r249248 - in /branches/gcc-7-branch/libstdc++-v...
Author: redi
Date: Fri Jun 16 12:18:53 2017
New Revision: 249248
URL: https://gcc.gnu.org/viewcvs?rev=249248&root=gcc&view=rev
Log:
PR libstdc++/81092 add std::wstring symbols and bump library version
PR libstdc++/81092
* acinclude.m4: Bump libtool_VERSION.
* config/abi/post/i386-linux-gnu/baseline_symbols.txt: Update.
* config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Update.
* config/abi/pre/gnu.ver: Add wstring constructor symbols to new
GLIBCXX_3.4.24 version.
* doc/xml/manual/abi.xml: Document new versions.
* doc/html/*: Regenerate.
* testsuite/21_strings/basic_string/cons/char/8.cc: Use base object
constructors to ensure required symbols are exported.
* testsuite/21_strings/basic_string/cons/wchar_t/8.cc: Likewise.
* testsuite/util/testsuite_abi.cc: Add new version.
Modified:
branches/gcc-7-branch/libstdc++-v3/ChangeLog
branches/gcc-7-branch/libstdc++-v3/acinclude.m4
branches/gcc-7-branch/libstdc++-v3/config/abi/post/i386-linux-gnu/baseline_symbols.txt
branches/gcc-7-branch/libstdc++-v3/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt
branches/gcc-7-branch/libstdc++-v3/config/abi/pre/gnu.ver
branches/gcc-7-branch/libstdc++-v3/doc/html/manual/abi.html
branches/gcc-7-branch/libstdc++-v3/doc/xml/manual/abi.xml
branches/gcc-7-branch/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/8.cc
branches/gcc-7-branch/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/8.cc
branches/gcc-7-branch/libstdc++-v3/testsuite/util/testsuite_abi.cc