summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authoramker <amker@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-22 10:25:10 +0000
committeramker <amker@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-22 10:25:10 +0000
commita67930ce29900f9d88c1bd98d3a30f9b3125cfe3 (patch)
tree96ccd894bdb7db0c83347fac0667e0bdc3dff18f /gcc/ChangeLog
parent5a8d6fad595c5c5e0665902db6b561a1707f906c (diff)
downloadgcc-a67930ce29900f9d88c1bd98d3a30f9b3125cfe3.tar.gz
PR rtl-optimization/62151
* combine.c (try_combine): New local variables local_elim_i1 and local_elim_i0. Set elim_i1 and elim_i0 using the local version variables. Distribute notes from i0notes or i1notes using the local variables. gcc/testsuite/ChangeLog PR rtl-optimization/62151 * gcc.c-torture/execute/pr62151.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219008 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 c5e878b883a..e096b52da3f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2014-12-22 Bin Cheng <bin.cheng@arm.com>
+
+ PR rtl-optimization/62151
+ * combine.c (try_combine): New local variables local_elim_i1
+ and local_elim_i0. Set elim_i1 and elim_i0 using the local
+ version variables. Distribute notes from i0notes or i1notes
+ using the local variables.
+
2014-12-22 Martin Liska <mliska@suse.cz>
* cgraphunit.c (symbol_table::process_new_functions): New inline_summaries