PR tree-optimization/19828
commitca53beb103dca912691637608e17641c045071a2
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 Feb 2005 09:26:09 +0000 (19 09:26 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 Feb 2005 09:26:09 +0000 (19 09:26 +0000)
tree2b023726d21f6bfcb73860fcbf31cc52aa54697e
parentff6269a2c5982ab6351db35f158d7c0162d50416
PR tree-optimization/19828
* tree-ssa-loop-im.c: Add a TODO comment.
(movement_possibility): Return MOVE_PRESERVE_EXECUTION for calls
without side-effects.

* gcc.dg/tree-ssa/loop-7.c: New test.
* gcc.c-torture/execute/20050218-1.c: New test.

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