[PATCH] Hookize GO_IF_MODE_DEPENDENT_ADDRESS

Paolo Bonzini bonzini@gnu.org
Fri May 14 20:22:00 GMT 2010


>>>>>> Anatoly, can you commit the obvious patch:
>>>>>>
>>>>>> - GO_IF_MODE_DEPENDENT_ADDRESS (addr, win);
>>>>>> + GO_IF_MODE_DEPENDENT_ADDRESS ((rtx) addr, win);
>>>>>>
>>>
>>> Committed.
>>
>> You should use CONST_CAST_RTX (addr).
>
> With this one I can continue bootstrap on ppc linux 32-bit.

Thanks.  Sorry for the wrong advice.

Paolo



More information about the Gcc-patches mailing list