This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: legitimate_address_p
- From: Hendrik Greving <hendrik dot greving dot intel at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 19 Jun 2013 09:24:57 -0700
- Subject: Re: legitimate_address_p
- References: <CANc4vhrd7E0eG81TKkG6Nb_2=VVbGS5wDqhUtMRR2ncn-AtfXA at mail dot gmail dot com>
I think the answer is yes, please disregard.
On Wed, Jun 19, 2013 at 9:05 AM, Hendrik Greving
<hendrik.greving.intel@gmail.com> wrote:
> If the 'address' in question is (mem:m), then this is usually false is
> that right? Compiler always asks for the address excluding (mem:m), is
> that true (it would mean some kind of pointer to pointer)? Is this
> also true if reload check inline asm statements with memory
> constraints?
> Thanks,
> Hendrik