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/49115] [4.5 Regression] invalid return value optimization (?) when exception is thrown and caught


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49115

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-07-04 13:25:24 UTC ---
Author: rguenth
Date: Mon Jul  4 13:25:21 2011
New Revision: 175812

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175812
Log:
2011-07-04  Richard Guenther  <rguenther@suse.de>

        Backport from mainline
        2011-05-23  Richard Guenther  <rguenther@suse.de>

    PR tree-optimization/49115
    * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.

    * g++.dg/torture/pr49115.C: New testcase.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/g++.dg/torture/pr49115.C
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/tree-ssa-dce.c


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