This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]