RE: [PATCH, testsuite] MIPS: Add isa>=2 option to interrupt_handler-bug-1.c.

2016-11-21 Thread Moore, Catherine
> -Original Message- > From: Toma Tabacu [mailto:toma.tab...@imgtec.com] > Sent: Monday, November 21, 2016 8:53 AM > To: gcc-patches@gcc.gnu.org > Cc: Matthew Fortune ; Moore, > Catherine > Subject: [PATCH, testsuite] MIPS: Add isa>=2 option to > interru

[PATCH, testsuite] MIPS: Add isa>=2 option to interrupt_handler-bug-1.c.

2016-11-21 Thread Toma Tabacu
Hi, Currently, the interrupt_handler-bug-1.c test will fail on pre-R2 targets because the "interrupt" function attribute requires at least an R2 target and the test does not enforce this requirement. This patch fixes this by adding the isa_rev>=2 option to the test's dg-options. Tested with mips