[Bug libstdc++/79348] abi_check fails on s390x (2 undesignated symbols)

2017-02-02 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79348 --- Comment #6 from Dominik Vogt --- Before that the "undesignated symbols" were around already, but the test PASSed anyway.

[Bug libstdc++/79348] abi_check fails on s390x (2 undesignated symbols)

2017-02-02 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79348 --- Comment #5 from Dominik Vogt --- The test failure has started with r238647: Move allocator in std::string and RB tree move constructors PR libstdc++/71964 * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] (b

[Bug libstdc++/79348] abi_check fails on s390x (2 undesignated symbols)

2017-02-02 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79348 --- Comment #4 from Dominik Vogt --- (Also happend without --enable-shared.)

[Bug libstdc++/79348] abi_check fails on s390x (2 undesignated symbols)

2017-02-02 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79348 --- Comment #3 from Dominik Vogt --- (In reply to Jonathan Wakely from comment #2) > Why have these symbols appeared now? Is TLS enabled by default on this > target now? Did something change regarding TLS? Not that I know of. > Are you using th

[Bug libstdc++/79348] abi_check fails on s390x (2 undesignated symbols)

2017-02-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79348 --- Comment #2 from Jonathan Wakely --- See https://gcc.gnu.org/onlinedocs/libstdc++/manual/appendix_porting.html#build_hacking.configure.version but you don't want to do that to add new symbols to an old symbol version, that would hide a bug. W

[Bug libstdc++/79348] abi_check fails on s390x (2 undesignated symbols)

2017-02-02 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79348 --- Comment #1 from Dominik Vogt --- How do you regenerate the baseline files for s390*?