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]
Other format: [Raw text]

Re: PR 6394


>  > Trying to fix the 'T' constraint was in fact the approach I tried first.
>  > Hopefully, I didn't do it correctly.
> Can you describe in a little more detail what you tried?
> 
> The underlying problem I see is that 'T' should be rejecting LO_SUM (...)
> addresses (the 'T' constraint is for short displacement loads/stores).

I modified EXTRA_CONSTRAINT.  I've lost the exact details but I believe
that I removed the TARGET_PA_20 check, and added another '&&' to check
for LO_SUMs.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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