aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/ChangeLog
diff options
context:
space:
mode:
authorMax Ostapenko <m.ostapenko@partner.samsung.com>2015-10-21 10:47:54 +0300
committerMaxim Ostapenko <chefmax@gcc.gnu.org>2015-10-21 10:47:54 +0300
commit15ebe1fe46a75067b027128e35d75b17a5d4e299 (patch)
treee324e6eab65584b85d63817b2f6db0c32e1eba46 /libsanitizer/ChangeLog
parent0d57d3e06be746b68022464c332ff0e5313fa87e (diff)
downloadgcc-15ebe1fe46a75067b027128e35d75b17a5d4e299.zip
gcc-15ebe1fe46a75067b027128e35d75b17a5d4e299.tar.gz
gcc-15ebe1fe46a75067b027128e35d75b17a5d4e299.tar.bz2
re PR bootstrap/63888 (bootstrap failed when configured with -with-build-config=bootstrap-asan --disable-werror)
libsanitizer/ PR bootstrap/63888 Reapply: 2015-02-20 Jakub Jelinek <jakub@redhat.com> * asan/asan_globals.cc (RegisterGlobal): Disable detect_odr_violation support until it is rewritten upstream. * c-c++-common/asan/pr63888.c: New test. From-SVN: r229114
Diffstat (limited to 'libsanitizer/ChangeLog')
-rw-r--r--libsanitizer/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog
index 4e463ef..80ce158 100644
--- a/libsanitizer/ChangeLog
+++ b/libsanitizer/ChangeLog
@@ -1,5 +1,16 @@
2015-10-21 Maxim Ostapenko <m.ostapenko@partner.samsung.com>
+ PR bootstrap/63888
+ Reapply:
+ 2015-02-20 Jakub Jelinek <jakub@redhat.com>
+
+ * asan/asan_globals.cc (RegisterGlobal): Disable detect_odr_violation
+ support until it is rewritten upstream.
+
+ * c-c++-common/asan/pr63888.c: New test.
+
+2015-10-21 Maxim Ostapenko <m.ostapenko@partner.samsung.com>
+
PR sanitizer/63958
Reapply:
2014-10-14 David S. Miller <davem@davemloft.net>