mips.exp (mips-dg-options): Upgrade to MIPS IV if using (HAS_MOVN) with MIPS III.
authorToma Tabacu <toma.tabacu@imgtec.com>
Wed, 9 Nov 2016 20:34:21 +0000 (20:34 +0000)
committerCatherine Moore <clm@gcc.gnu.org>
Wed, 9 Nov 2016 20:34:21 +0000 (15:34 -0500)
2016-11-09  Toma Tabacu  <toma.tabacu@imgtec.com>

        * gcc.target/mips/mips.exp (mips-dg-options): Upgrade to MIPS IV if
        using (HAS_MOVN) with MIPS III.

From-SVN: r242021

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/mips.exp

index f295754706f04625ac76bda4d0138c67df054de7..0418e76fa248a9675e5349e267f7bf5314559848 100644 (file)
@@ -1,3 +1,8 @@
+2016-11-09  Toma Tabacu  <toma.tabacu@imgtec.com>
+
+       * gcc.target/mips/mips.exp (mips-dg-options): Upgrade to MIPS IV if
+       using (HAS_MOVN) with MIPS III.
+
 2016-11-09  Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/46459
index 39f44ffc9d61fe962e7620881d4cbc12ad7c0846..e22d782515f316a7d293108e02e00c88a88b1a8f 100644 (file)
@@ -1129,7 +1129,7 @@ proc mips-dg-options { args } {
         # We need MIPS IV or higher for:
        #
        #
-       } elseif { $isa < 3
+       } elseif { $isa < 4
                   && [mips_have_test_option_p options "HAS_MOVN"] } {
            mips_make_test_option options "-mips4"
         # We need MIPS III or higher for: