This is the mail archive of the gcc-patches@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: [PATCH] Fix PR target/6512


On Tue, Apr 30, 2002 at 02:19:05PM +0200, Jakub Jelinek wrote:
> I've tried patch P3 (changing e -> f constraints for e <- o and o <- e
> alternatives), but it did work at all, for the above insn
> reload just tried (set %f40 (mem ())); (set %f40 %f40).

Means you're missing a test in SECONDARY_RELOAD_NEEDED.

The P3 test is more correct.  The aligned case is handled by
the e/W alternative.


r~


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