diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-01-27 17:42:47 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-01-27 17:42:47 +0000 |
commit | 5068be18dbe70f425a32c81190682cee24d7ce58 (patch) | |
tree | 9c27e28bec476497f23cf551790e63816551db2b /gcc/ChangeLog | |
parent | 5fa82c1188999715fbefdd76aa11e96404aa7004 (diff) | |
download | gcc-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/ChangeLog | 8 |
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 |