> -----Original Message-----
> From: Andrew Bennett [mailto:andrew.benn...@imgtec.com]
> Sent: Tuesday, July 07, 2015 6:53 AM
> To: gcc-patches@gcc.gnu.org
> Cc: Moore, Catherine; Matthew Fortune
> Subject: [PATCH] MIPS: Fix the call-[1,5,6].c tests to allow the jrc
> instruction
> to be matched when testing with microMIPS
>
> Hi,
>
> When building the call-[1,5,6].c tests for micromips the jrc rather than the
> jr
> instruction is used to call the tail* functions.
>
> I have updated the test output to allow the jrc instruction to be matched.
>
> I have tested this on the mips-mti-elf target using mips32r2/{-mno-
> micromips/-mmicromips}
> test options and there are no new regressions.
>
> The patch and ChangeLog are below.
>
> Ok to commit?
>
>
> testsuite/
> * gcc.target/mips/call-1.c: Allow testcase to match the jrc instruction.
> * gcc.target/mips/call-5.c: Ditto.
> * gcc.target/mips/call-6.c: Ditto.
>
>
OK.