> -----Original Message-----
> From: Steve Ellcey [mailto:[email protected]]
> Sent: Tuesday, January 26, 2016 3:43 PM
> To: [email protected]
> Cc: [email protected]; Moore, Catherine
> Subject: [Patch, MIPS] Patch for PR 68400, a mips16 bug
>
> Here is a patch for PR6400. The problem is that and_operands_ok was
> checking one operand to see if it was a memory_operand but MIPS16
> addressing is more restrictive than what the general memory_operand
> allows. The fix was to call mips_classify_address if TARGET_MIPS16 is set
> because it will do a more complete mips16 addressing check and reject
> operands that do not meet the more restrictive requirements.
>
> I ran the GCC testsuite with no regressions and have included a test case as
> part of this patch.
>
> OK to checkin?
>
> Steve Ellcey
> [email protected]
>
>
> 2016-01-26 Steve Ellcey <[email protected]>
>
> PR target/68400
> * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
>
>
>
This is OK.
Thanks, Catherine