]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/33615 (Hoisting of potentially-throwing values for -fnon...
authorRichard Sandiford <rsandifo@nildram.co.uk>
Tue, 9 Oct 2007 11:04:46 +0000 (11:04 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 9 Oct 2007 11:04:46 +0000 (11:04 +0000)
commit94172876940bd493e6c193e46dfacaa77d1f8606
tree380064bdc5ece64e0334820d84d2da25451f50cd
parentedbed3d31e8f6981f4bf4692c132b95081ab5112
re PR tree-optimization/33615 (Hoisting of potentially-throwing values for -fnon-call-exceptions)

gcc/
PR tree-optimization/33615
* tree-ssa-loop-im.c (movement_possibility): Return MOVE_IMPOSSIBLE
if the rhs might throw.

gcc/testsuite/
PR tree-optimization/33615
* g++.dg/tree-ssa/pr33615.C: New test.

From-SVN: r129163
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/tree-ssa/pr33615.C [new file with mode: 0644]
gcc/tree-ssa-loop-im.c