diff options
Diffstat (limited to 'ubsan.blacklist')
-rw-r--r-- | ubsan.blacklist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ubsan.blacklist b/ubsan.blacklist index cd23680dd..f0aeaea78 100644 --- a/ubsan.blacklist +++ b/ubsan.blacklist @@ -1,3 +1,5 @@ # Work around libstdc++ bug: https://llvm.org/bugs/show_bug.cgi?id=18156 # Also see: http://lists.llvm.org/pipermail/cfe-dev/2015-January/040945.html src:*/ios_base.h +# Work around another libstdc++ bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60734 +src:*/stl_tree.h |