Jakub Jelinek <ja...@redhat.com> writes:

> So here is what I'll throw at testing:
>
> 2016-04-12  Jakub Jelinek  <ja...@redhat.com>
>
>       PR debug/70628
>       * rtl.h (convert_memory_address_addr_space_1): New prototype.
>       * explow.c (convert_memory_address_addr_space_1): No longer static,
>       add NO_EMIT argument and don't call convert_modes if true, pass
>       it down recursively, remove break after return.
>       (convert_memory_address_addr_space): Adjust caller.
>       * simplify-rtx.c (simplify_unary_operation_1): Call
>       convert_memory_address_addr_space_1 instead of convert_memory_address,
>       if it returns NULL, don't simplify.

I have successfully bootstrapped it on ILP32 and verified that it fixes
the ICE.

Andreas.

-- 
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

Reply via email to