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 <rguent...@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