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: arm.c: Do not allow the IP register as a DFmode operand.


On Wed, Jan 16, 2002 at 04:52:15PM +0000, Nick Clifton wrote:
>   The IP register (number 12) is not suitable to hold a DFmode
>   quantity, since its higher numbered counterpart (13) is the stack
>   pointer, but the soft_fp predicates in arm.c were allowing it.  This
>   patch fixes the problem.

Surely the only fix required is in HARD_REGNO_MODE_OK.


r~


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