]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/ChangeLog
PR libstdc++/88681 export missing symbols
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Jan 2019 20:38:04 +0000 (20:38 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Jan 2019 20:38:04 +0000 (20:38 +0000)
commitf8ad40d84b8c76ce0508fd68cb7b5e52405b5800
treeb3dcb88981072b3dced10fd24a291ad162f060ae
parent6b4e0de46554b0d25bcdb98d25307f30c2da6005
PR libstdc++/88681 export missing symbols

These new facet functions were added to GCC 5.1 but the versions for the
old std::string ABI were never exported from the shared library.

PR libstdc++/88681
* config/abi/pre/gnu.ver: Add missing exports.
* testsuite/22_locale/collate_byname/88681.cc: New test.
* testsuite/22_locale/time_get/get/char/88681.cc: New test.
* testsuite/22_locale/time_get/get/wchar_t/88681.cc: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267563 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/config/abi/pre/gnu.ver
libstdc++-v3/testsuite/22_locale/collate_byname/88681.cc [new file with mode: 0644]
libstdc++-v3/testsuite/22_locale/time_get/get/char/88681.cc [new file with mode: 0644]
libstdc++-v3/testsuite/22_locale/time_get/get/wchar_t/88681.cc [new file with mode: 0644]