> gcc/testsuite/ChangeLog: > > 2016-11-15 Toma Tabacu <toma.tab...@imgtec.com> > > * gcc.target/mips/branch-cost-1.c (dg-options): Use > (HAS_MOVN) instead > of isa>=4, in order to downgrade to R5. > > diff --git a/gcc/testsuite/gcc.target/mips/branch-cost-1.c > b/gcc/testsuite/gcc.target/mips/branch-cost-1.c > index 61c3029..7f7ebbe 100644 > --- a/gcc/testsuite/gcc.target/mips/branch-cost-1.c > +++ b/gcc/testsuite/gcc.target/mips/branch-cost-1.c > @@ -1,4 +1,4 @@ > -/* { dg-options "-mbranch-cost=1 isa>=4" } */ > +/* { dg-options "-mbranch-cost=1 (HAS_MOVN)" } */ > /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */ > NOMIPS16 int > foo (int x, int y, int z, int k)
I committed this patch for you. Have you requested write access to the repository? Catherine