This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/33615] Hoisting of potentially-throwing values for -fnon-call-exceptions
- From: "rsandifo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Oct 2007 11:04:57 -0000
- Subject: [Bug tree-optimization/33615] Hoisting of potentially-throwing values for -fnon-call-exceptions
- References: <bug-33615-13767@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from rsandifo at gcc dot gnu dot org 2007-10-09 11:04 -------
Subject: Bug 33615
Author: rsandifo
Date: Tue Oct 9 11:04:46 2007
New Revision: 129163
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129163
Log:
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.
Added:
trunk/gcc/testsuite/g++.dg/tree-ssa/pr33615.C
Modified:
trunk/gcc/ChangeLog
trunk/gcc/testsuite/ChangeLog
trunk/gcc/tree-ssa-loop-im.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33615