This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/33615] Hoisting of potentially-throwing values for -fnon-call-exceptions



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]