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 f295754..0418e76 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 39f44ff..e22d782 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: