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/50780] [4.7 Regression] ICE: verify_gimple failed: invalid operands in ternary operation with -ftree-vectorize -fnon-call-exceptions


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

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-10-19 14:54:41 UTC ---
Author: rguenth
Date: Wed Oct 19 14:54:34 2011
New Revision: 180192

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

    PR middle-end/50780
    * tree-ssa-forwprop.c (forward_propagate_into_cond): Verify
    the condition is properly gimple before using it.
    * tree-eh (stmt_could_throw_1_p): Properly extract the
    operation type from comparisons.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-eh.c
    trunk/gcc/tree-ssa-forwprop.c


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