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 #3 from rsandifo at gcc dot gnu dot org  2007-10-09 11:05 -------
Subject: Bug 33615

Author: rsandifo
Date: Tue Oct  9 11:05:33 2007
New Revision: 129164

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129164
Log:
gcc/
        PR tree-optimization/33615
        * tree-ssa-pre.c (compute_avail): Don't call make_values_for_stmt
        if the statement might throw.  Fix formatting.

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

Added:
    trunk/gcc/testsuite/g++.dg/tree-ssa/pr33615-2.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-pre.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]