> -----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 <matthew.fort...@imgtec.com>; Moore, > Catherine <catherine_mo...@mentor.com> > Subject: [PATCH, testsuite] MIPS: Add isa>=2 option to > interrupt_handler-bug-1.c. > > 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-mti-elf. > > Regards, > Toma Tabacu > > gcc/testsuite/ChangeLog: > > 2016-11-21 Toma Tabacu <toma.tab...@imgtec.com> > > * gcc.target/mips/interrupt_handler-bug-1.c (dg-options): Add > isa_rev>=2. >
Yes, this is okay to commit.