summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2016-01-27 17:42:47 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2016-01-27 17:42:47 +0000
commit5068be18dbe70f425a32c81190682cee24d7ce58 (patch)
tree9c27e28bec476497f23cf551790e63816551db2b /gcc/ChangeLog
parent5fa82c1188999715fbefdd76aa11e96404aa7004 (diff)
downloadgcc-5068be18dbe70f425a32c81190682cee24d7ce58.tar.gz
gcc/:
* common.opt (fkeep-gc-roots-live): New undocumented option. * tree-ssa-loop-ivopts.c (add_candidate_1): If -fkeep-gc-roots-live, skip pointers. (add_iv_candidate_for_biv): Handle add_candidate_1 returning NULL. gcc/testsuite/: * gcc.dg/tree-ssa/ivopt_5.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232888 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ea590888d41..60322afb7a6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2016-01-27 Ian Lance Taylor <iant@google.com>
+
+ * common.opt (fkeep-gc-roots-live): New undocumented option.
+ * tree-ssa-loop-ivopts.c (add_candidate_1): If
+ -fkeep-gc-roots-live, skip pointers.
+ (add_iv_candidate_for_biv): Handle add_candidate_1 returning
+ NULL.
+
2016-01-27 Uros Bizjak <ubizjak@gmail.com>
PR target/69512