]> git.ipfire.org Git - thirdparty/gcc.git/commit
2017-03-08 Andrew Haley <aph@redhat.com>
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Mar 2017 11:35:23 +0000 (11:35 +0000)
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Mar 2017 11:35:23 +0000 (11:35 +0000)
commit1599f24fa6a8e2e2422edb7a6c89c3117a22d139
tree8193f00a0d438ba2efedc392641923b049315a04
parente1f131354eeb9ab5244261cf65f9252924a545ae
2017-03-08  Andrew Haley  <aph@redhat.com>

PR tree-optimization/79943
* tree-ssa-loop-split.c (compute_new_first_bound): When
calculating the new upper bound, (END-BEG) should be added, not
subtracted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245974 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr79943.c [new file with mode: 0644]
gcc/tree-ssa-loop-split.c