r274314 - in /trunk/libstdc++-v3: ChangeLog src...
redi@gcc.gnu.org
redi@gcc.gnu.org
Mon Aug 12 16:41:00 GMT 2019
Author: redi
Date: Mon Aug 12 16:41:27 2019
New Revision: 274314
URL: https://gcc.gnu.org/viewcvs?rev=274314&root=gcc&view=rev
Log:
PR libstdc++/90361 add missing macro definition
The src/c++17/string-inst.cc file needs to override the default string
ABI so that it still contains the expected symbols even when the library
is configured with --with-default-libstdcxx-abi=gcc4-compatible.
PR libstdc++/90361
* src/c++17/string-inst.cc: Use _GLIBCXX_USE_CXX11_ABI=1 by default.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/src/c++17/string-inst.cc
More information about the Gcc-cvs
mailing list