> -----Original Message----- > From: Robert Suchanek [mailto:robert.sucha...@imgtec.com] > Sent: Wednesday, July 08, 2015 6:43 AM > To: Moore, Catherine; Matthew Fortune; gcc-patches@gcc.gnu.org > Subject: [PATCH, MIPS] Fix restoration of hi/lo in MIPS64R2 interrupt > handlers > > Hi, > > The attached patch fixes an ICE (unrecognizable insn) when accumulators are > used in interrupt handlers for MIPS64R2. There was just a typo in the > function name. > > Ok to apply? > > gcc/ > * config/mips/mips.c (mips_emit_save_slot_move): Fix typo. > > gcc/testsuite/ > * gcc.target/mips/20150707.c: New test.
Hi Robert, The patch is OK, but will you please name the test something other than the date? Thanks, Catherine