PR rtl-optimization/62151
commita67930ce29900f9d88c1bd98d3a30f9b3125cfe3
authoramker <amker@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Dec 2014 10:25:10 +0000 (22 10:25 +0000)
committeramker <amker@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Dec 2014 10:25:10 +0000 (22 10:25 +0000)
tree96ccd894bdb7db0c83347fac0667e0bdc3dff18f
parent5a8d6fad595c5c5e0665902db6b561a1707f906c
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
gcc/ChangeLog
gcc/combine.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr62151.c [new file with mode: 0644]