[patch] tree-ssa-ccp.c: PR tree-optimization/20936.

Andrew Pinski pinskia@physics.uc.edu
Fri Apr 15 14:29:00 GMT 2005


On Apr 15, 2005, at 10:27 AM, Andreas Schwab wrote:

> Kazu Hirata <kazu@cs.umass.edu> writes:
>
>> Hi,
>>
>> Attached is a patch to fix PR tree-optimization/20936.
>>
>> orig_lhs is known to be a VIEW_CONVERT_EXPR, which takes only one
>> operand, so accessing TREE_OPERAND (orig_lhs, 1) leads to crash.
>
> This does not really fix the bootstrap problem, because now the stage2 
> Ada
> compile goes into an infinite loop.

But that is PR 21029.

-- Pinski



More information about the Gcc-patches mailing list