Andreas Krebbel wrote:
> 2012-01-19 Andreas Krebbel
>
> PR rtl-optimization/51856
> * reload.c (find_reloads_subreg_address): Set the address_reloaded
> flag to reloaded.
> if (reloaded && address_reloaded)
> ! *address_reloaded = 1;
>
> return x;
> }
> ---
Hi,
the attached patch fixes a problem which has been introduced with:
http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01527.html
Bootstrapped and regtested on x86_64, s390, and s390x.
Ok for mainline?
Bye,
-Andreas-
2012-01-19 Andreas Krebbel
PR rtl-optimization/51856
* rel