[Bug libstdc++/40908] FAIL: abi_check
paolo dot carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Wed Jul 29 19:46:00 GMT 2009
------- Comment #6 from paolo dot carlini at oracle dot com 2009-07-29 19:46 -------
Try something like this:
Index: config/abi/pre/gnu.ver
===================================================================
--- config/abi/pre/gnu.ver (revision 150220)
+++ config/abi/pre/gnu.ver (working copy)
@@ -108,7 +108,10 @@
std::locale::_S_normalize_category*;
std::locale::_[T-Za-z]*;
# std::[A-Zm-r]*;
- std::[A-Zm]*;
+# std::[A-Zm]*;
+ std::[A-Z]*;
+ std::money*;
+ std::messages*;
# std::n[^u]*;
std::n[^au]*;
std::nu[^m]*;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40908
More information about the Gcc-bugs
mailing list