Re: Ping: [Patch] PR54635: Add addr_space_t argument to mode_dependent_address_p

2012-09-26 Thread Richard Guenther
On Wed, Sep 26, 2012 at 10:37 AM, Georg-Johann Lay wrote: > http://gcc.gnu.org/ml/gcc-patches/2012-09/msg01448.html > > Adds an addr_space_t argument to targetm.mode_dependent_address_p. > > Up to now the change is a no-op, but the avr backend needs this. Ok. Thanks, Richard. > Johann

Ping: [Patch] PR54635: Add addr_space_t argument to mode_dependent_address_p

2012-09-26 Thread Georg-Johann Lay
http://gcc.gnu.org/ml/gcc-patches/2012-09/msg01448.html Adds an addr_space_t argument to targetm.mode_dependent_address_p. Up to now the change is a no-op, but the avr backend needs this. Johann

Re: [Patch] PR54635: Add addr_space_t argument to mode_dependent_address_p

2012-09-20 Thread Hans-Peter Nilsson
On Thu, 20 Sep 2012, Georg-Johann Lay wrote: > Hans-Peter Nilsson wrote: > > Georg-Johann Lay wrote: > >> mode_dependent_address_p is not sensitive to the address space of the > >> passed > >> address. Thus, add an addr_space_t parameter to the hook. > > > > Borderline obvious. :) (J/k; the adde

Re: [Patch] PR54635: Add addr_space_t argument to mode_dependent_address_p

2012-09-20 Thread Georg-Johann Lay
Hans-Peter Nilsson wrote: > Georg-Johann Lay wrote: >> mode_dependent_address_p is not sensitive to the address space of the passed >> address. Thus, add an addr_space_t parameter to the hook. > > Borderline obvious. :) (J/k; the added functionality seems > obvious but the implementation may hav

Re: [Patch] PR54635: Add addr_space_t argument to mode_dependent_address_p

2012-09-20 Thread Hans-Peter Nilsson
On Thu, 20 Sep 2012, Georg-Johann Lay wrote: > mode_dependent_address_p is not sensitive to the address space of the passed > address. Thus, add an addr_space_t parameter to the hook. Borderline obvious. :) (J/k; the added functionality seems obvious but the implementation may have non-obvious i

[Patch] PR54635: Add addr_space_t argument to mode_dependent_address_p

2012-09-20 Thread Georg-Johann Lay
mode_dependent_address_p is not sensitive to the address space of the passed address. Thus, add an addr_space_t parameter to the hook. Bootstapped without problems on x86-linux-gnu. The patch is a no-op, it just adds the passing-around of the address space information. Ok to commit? One more q