]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/50780 (ICE: verify_gimple failed: invalid operands in ternary...
authorRichard Guenther <rguenther@suse.de>
Wed, 19 Oct 2011 14:54:34 +0000 (14:54 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 19 Oct 2011 14:54:34 +0000 (14:54 +0000)
commitdd46054a5f6243d441fc1564de173a858ea4e3d4
tree02c66940d76557ca76c3cfc4affa106d1affc4c2
parent9aaa9e894a57c0a9b30b6a0bbdaceb293f41798e
re PR tree-optimization/50780 (ICE: verify_gimple failed: invalid operands in ternary operation with -ftree-vectorize -fnon-call-exceptions)

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.

From-SVN: r180192
gcc/ChangeLog
gcc/tree-eh.c
gcc/tree-ssa-forwprop.c