Re: [patch tree-eh]: Fix bootstrap issue for libjava for 32-bit mingw target

2012-01-26 Thread Kai Tietz
2012/1/26 Richard Guenther : > On Wed, Jan 25, 2012 at 10:00 PM, Andrew Pinski wrote: >> On Wed, Jan 25, 2012 at 12:58 PM, Richard Henderson wrote: >>> 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 ca

Re: [patch tree-eh]: Fix bootstrap issue for libjava for 32-bit mingw target

2012-01-26 Thread Richard Guenther
On Wed, Jan 25, 2012 at 10:00 PM, Andrew Pinski wrote: > On Wed, Jan 25, 2012 at 12:58 PM, Richard Henderson wrote: >> 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 GIMPL

Re: [patch tree-eh]: Fix bootstrap issue for libjava for 32-bit mingw target

2012-01-25 Thread Andrew Pinski
On Wed, Jan 25, 2012 at 12:58 PM, Richard Henderson wrote: > 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

Re: [patch tree-eh]: Fix bootstrap issue for libjava for 32-bit mingw target

2012-01-25 Thread Richard Henderson
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 perf

[patch tree-eh]: Fix bootstrap issue for libjava for 32-bit mingw target

2012-01-25 Thread Kai Tietz
Hi, 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. ChangeLog 2012-01-25 Kai Tietz * tre