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: Commit policy wrt. to-be-obsolete targets


On Sat, Jun 01, 2002 at 02:30:07PM +0930, Ian Dall wrote:
> This is a RELOAD_FOR_OPERAND_ADDRESS. You can't reload the register because
> that could change the condition codes (without some way of specifying that
> it is safe). However, you can write the result to a memory slot, or
> to a register, and then copy that to the final destination, ergo, no
> input reload.

On your target maybe.  Not on m68k though.  Ergo not a generic bug.


r~


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