Commit 410fe60d by Toma Tabacu Committed by Catherine Moore

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

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
parent 271dd55c
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> 2016-11-09 Janus Weil <janus@gcc.gnu.org>
PR fortran/46459 PR fortran/46459
......
...@@ -1129,7 +1129,7 @@ proc mips-dg-options { args } { ...@@ -1129,7 +1129,7 @@ proc mips-dg-options { args } {
# We need MIPS IV or higher for: # We need MIPS IV or higher for:
# #
# #
} elseif { $isa < 3 } elseif { $isa < 4
&& [mips_have_test_option_p options "HAS_MOVN"] } { && [mips_have_test_option_p options "HAS_MOVN"] } {
mips_make_test_option options "-mips4" mips_make_test_option options "-mips4"
# We need MIPS III or higher for: # We need MIPS III or higher for:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment