]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc/
authorienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Oct 2015 13:08:31 +0000 (13:08 +0000)
committerienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Oct 2015 13:08:31 +0000 (13:08 +0000)
commitb391ca892a67b8c5584ec797a5a8f81a9069e5a2
tree3a3fb504ba5df97bcda16929a164ffb73bef27ed
parent80a7497045f8369e444c223a8fec9ffab506848e
gcc/

2014-10-13  Yuri Rumyantsev  <ysrumyan@gmail.com>

PR tree-optimization/67909, 67947
* tree-ssa-loop-unswitch.c (find_loop_guard): Add check that GUARD_EDGE
really skip the inner loop.

gcc/testsuite/

2014-10-13  Yuri Rumyantsev  <ysrumyan@gmail.com>

PR tree-optimization/67909, 67947
* gcc.dg/torture/pr67947.c: New test.

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