On 10/23/2015 04:57 PM, Simon Dardis wrote:
Patch below. Target hook renamed to TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P.
Tested on mips-img-elf, no new regressions.
As far as I'm concerned this is ok, and IIUC Jeff was on board too. This
is assuming the test included a bootstrap, otherwise please do that. You
should also include a ChangeLog in future submissions.
Index: gcc/testsuite/gcc.target/mips/ds-schedule-1.c
===================================================================
--- gcc/testsuite/gcc.target/mips/ds-schedule-1.c (revision 0)
+++ gcc/testsuite/gcc.target/mips/ds-schedule-1.c (working copy)
@@ -0,0 +1,29 @@
+/* { dg-options "isa_rev>=6 -mcompact-branches=optimal -mno-abicalls -G4" } */
Huh, the isa_rev thing is something I hadn't seen before.
Bernd