summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>2015-07-23 10:34:48 +0000
committerienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>2015-07-23 10:34:48 +0000
commit3e7fcefb5ec08c73a807bfee6e653a348cffb182 (patch)
treed6aa34f827c38d6fb7f6bbdd6f2cbc383e5ff264 /gcc/ChangeLog
parent1b6fcbfb0289caa51e74b8f7ef426c7edcb7a6a8 (diff)
downloadgcc-3e7fcefb5ec08c73a807bfee6e653a348cffb182.tar.gz
gcc/
Backport from mainline r224600. 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com> PR middle-end/66567 * ipa-chkp.c (chkp_maybe_create_clone): Require functions to be instrumentable. * tree-chkp.c (chkp_replace_function_pointer): Use chkp_instrumentable_p instead of attribute check. gcc/testsuite/ Backport from mainline r224600. 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com> PR middle-end/66567 * gcc.target/i386/mpx/pr66567.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-5-branch@226100 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9f73d8a2f99..df2fb8bc848 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,16 @@
2015-07-23 Ilya Enkovich <enkovich.gnu@gmail.com>
+ Backport from mainline r224600.
+ 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com>
+
+ PR middle-end/66567
+ * ipa-chkp.c (chkp_maybe_create_clone): Require
+ functions to be instrumentable.
+ * tree-chkp.c (chkp_replace_function_pointer): Use
+ chkp_instrumentable_p instead of attribute check.
+
+2015-07-23 Ilya Enkovich <enkovich.gnu@gmail.com>
+
Backport from mainline r223215.
2015-05-15 Ilya Enkovich <enkovich.gnu@gmail.com>