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/51481] [4.7 Regression] ice: dead STMT in EH table


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

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-12-13 14:01:04 UTC ---
Author: jakub
Date: Tue Dec 13 14:00:58 2011
New Revision: 182284

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182284
Log:
    Revert
    2011-12-12  Jakub Jelinek  <jakub@redhat.com>

    PR tree-optimization/51481
    * gimple-fold.c (gimple_fold_call): Call
    maybe_clean_or_replace_eh_stmt.  Avoid optimization if stmt has EH
    edges, but gimple_fold_builtin result can't throw.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple-fold.c


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