This is the mail archive of the gcc-patches@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]

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


On Wed, Jan 25, 2012 at 10:00 PM, Andrew Pinski <pinskia@gmail.com> wrote:
> On Wed, Jan 25, 2012 at 12:58 PM, Richard Henderson <rth@redhat.com> 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 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).
>
> verify.cc is a C++ code so it is the C++ front-end.

Still the assumption is perfectly valid - I suppose you simply got an SSA name
that is on the free list here for some reason?

Richard.

> Thanks,
> Andrew Pinski


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