]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR tree-optimization/71328
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Jun 2016 05:20:16 +0000 (05:20 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Jun 2016 05:20:16 +0000 (05:20 +0000)
commit5a6539856f4567765a0945fa6c85adbba3259a2f
tree552b67807d742a98724357b02a30d29d4fd9703d
parentf92f6941c8fe734b07ad40f82b0bda48e204407e
PR tree-optimization/71328
* tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
error when checking for a jump back onto the copied path.  */

PR tree-optimization/71328
* gcc.c-torture/compile/pr71328.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237052 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr71328.c [new file with mode: 0644]
gcc/tree-ssa-threadupdate.c