diff options
Diffstat (limited to 'ubsan.blacklist')
-rw-r--r-- | ubsan.blacklist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ubsan.blacklist b/ubsan.blacklist new file mode 100644 index 00000000..f0aeaea7 --- /dev/null +++ b/ubsan.blacklist @@ -0,0 +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 |