MIPS: Upgrade to R2 for -mnan=2008 and -mabs=2008.
authorToma Tabacu <toma.tabacu@imgtec.com>
Mon, 12 Dec 2016 10:12:26 +0000 (10:12 +0000)
committerToma Tabacu <tomtab@gcc.gnu.org>
Mon, 12 Dec 2016 10:12:26 +0000 (10:12 +0000)
gcc/testsuite/

* gcc.target/mips/mips.exp (mips-dg-options): Upgrade to R2 for
-mnan=2008 and -mabs=2008.

From-SVN: r243542

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

index cde6eefc8eeb378ffc435517b7fd311c008c4c0d..3a055dd3ef68879922cae7f3c471b5f796cdddfc 100644 (file)
@@ -1,3 +1,8 @@
+2016-12-12  Toma Tabacu  <toma.tabacu@imgtec.com>
+
+       * gcc.target/mips/mips.exp (mips-dg-options): Upgrade to R2 for
+       -mnan=2008 and -mabs=2008.
+
 2016-12-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
 
        PR target/78695
index c0b9680cb33ce211dc3c63a120d70764c6326049..3d04d2f40ba0d3d4319f0fb713895a487a2f6149 100644 (file)
@@ -1145,7 +1145,9 @@ proc mips-dg-options { args } {
                 || [mips_have_test_option_p options "HAS_INS"]
                 || [mips_have_test_option_p options "HAS_MADD"]
                 || [mips_have_test_option_p options "HAS_MADDPS"]
-                || [mips_have_test_option_p options "-mdspr2"]) } {
+                || [mips_have_test_option_p options "-mdspr2"]
+                || [mips_have_test_option_p options "-mnan=2008"]
+                || [mips_have_test_option_p options "-mabs=2008"]) } {
            if { $gp_size == 32 } {
                mips_make_test_option options "-mips32r2"
            } else {