This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: (mem (plus (mem (plus ...
DJ Delorie <dj@redhat.com> writes:
> > (insn 93 360 96 (set (mem/s:SI (plus:SI (mem:SI (plus:SI (reg/f:SI 29 $fp)
>
> I hit this about a month ago. In my case, I had defined
> GO_IF_LEGITIMATE_ADDRESS in terms of a function, but neglected to pass
> something indicating REG_OK_STRICT to that function
Yep, that's it. I moved it to a function a few days ago, and that's
when it started breaking. Thanks!
Greg