This is the mail archive of the gcc-bugs@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]

[Bug libstdc++/81092] Missing symbols for new std::wstring constructors


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81092

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Fri Jun 16 11:54:59 2017
New Revision: 249246

URL: https://gcc.gnu.org/viewcvs?rev=249246&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
        GLIBCXX_3.4.24 version and move random_device::_M_get_entropy() symbol
        to new GLIBCXX_3.4.25 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:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/acinclude.m4
    trunk/libstdc++-v3/config/abi/post/i386-linux-gnu/baseline_symbols.txt
    trunk/libstdc++-v3/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt
    trunk/libstdc++-v3/config/abi/pre/gnu.ver
    trunk/libstdc++-v3/doc/html/manual/abi.html
    trunk/libstdc++-v3/doc/html/manual/bugs.html
    trunk/libstdc++-v3/doc/html/manual/status.html
    trunk/libstdc++-v3/doc/xml/manual/abi.xml
    trunk/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/8.cc
    trunk/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/8.cc
    trunk/libstdc++-v3/testsuite/util/testsuite_abi.cc

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