This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r267563 - in /trunk/libstdc++-v3: ChangeLog con...


Author: redi
Date: Thu Jan  3 20:38:04 2019
New Revision: 267563

URL: https://gcc.gnu.org/viewcvs?rev=267563&root=gcc&view=rev
Log:
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.

Added:
    trunk/libstdc++-v3/testsuite/22_locale/collate_byname/88681.cc
    trunk/libstdc++-v3/testsuite/22_locale/time_get/get/char/88681.cc
    trunk/libstdc++-v3/testsuite/22_locale/time_get/get/wchar_t/88681.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/abi/pre/gnu.ver


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]