aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2016-04-05 22:58:56 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2016-04-05 20:58:56 +0000
commit84278ed9e8f6ebef5f72f933171779041b1564b3 (patch)
treeba85ba4e92c048f58a824467116dcdb53acf7068 /gcc/ChangeLog
parentd2aee115cc30f7ef14866ab9dd48c705a61c3f64 (diff)
downloadgcc-84278ed9e8f6ebef5f72f933171779041b1564b3.zip
gcc-84278ed9e8f6ebef5f72f933171779041b1564b3.tar.gz
gcc-84278ed9e8f6ebef5f72f933171779041b1564b3.tar.bz2
re PR ipa/66223 (Diagnostic of pure virtual function call broken, including __cxa_pure_virtual)
PR ipa/66223 * ipa-devirt.c (maybe_record_node): Fix comment; use SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED. * g++.dg/ipa/devirt-51.C: Use -fsanitize=unreachable. From-SVN: r234762
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index df63cc5..e9f5b1e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2016-04-05 Jan Hubicka <hubicka@ucw.cz>
+
+ PR ipa/66223
+ * ipa-devirt.c (maybe_record_node): Fix comment; use
+ SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
+
2016-04-05 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/70542