On 01/26/2012 05:44 AM, Kai Tietz wrote: > the following patch fixes a bootstrap issue for libjava (compile of > verify.cc ICEs). It is caused by the assumption that a GIMPLE_COND > lhs side has always a type. This isn't necessarily true, but it has > by default boolean_type_node as type.
A perfectly valid assumption. The Java front end must have forgotten to set the type (to at least void_type_node). r~