]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR libstdc++/88681 export missing symbols
authorJonathan Wakely <jwakely@redhat.com>
Thu, 3 Jan 2019 20:38:04 +0000 (20:38 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 3 Jan 2019 20:38:04 +0000 (20:38 +0000)
commitdd87c5c2283406aa06d262d383fbfb88d152fe22
treeb3dcb88981072b3dced10fd24a291ad162f060ae
parent19db0ebb16b4df01c536e108257bab81e0b1dabd
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.

From-SVN: r267563
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]