]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR tree-optimization/65735
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Apr 2015 17:32:54 +0000 (17:32 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Apr 2015 17:32:54 +0000 (17:32 +0000)
commit7bcba067fbc02490829567b87b878bf92a42a047
treed0aea9c90c9f68ddc9d3b8158f8c669005edd1b5
parent7bbc6c394bfcdc8a31d41866cd474574e6987059
PR tree-optimization/65735
* tree-ssa-threadedge.c (fsm_find_control_statement_thread_paths):
Remove visited_phis argument, add visited_bbs, avoid recursing into the
same bb rather than just into the same phi node.
(thread_through_normal_block): Adjust caller.

* gcc.c-torture/compile/pr65735.c: New test.

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