loongson-simd.c: Disable micromips too.
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 13 May 2014 13:35:20 +0000 (13:35 +0000)
committerSandra Loosemore <sandra@gcc.gnu.org>
Tue, 13 May 2014 13:35:20 +0000 (09:35 -0400)
2014-05-13  Nathan Sidwell  <nathan@codesourcery.com>
    Sandra Loosemore  <sandra@codesourcery.com>

gcc/testsuite/
* gcc.target/mips/loongson-simd.c: Disable micromips too.

Co-Authored-By: Sandra Loosemore <sandra@codesourcery.com>
From-SVN: r210374

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/loongson-simd.c

index f61f09f..d0ac075 100644 (file)
@@ -1,3 +1,8 @@
+2014-05-13  Nathan Sidwell  <nathan@codesourcery.com>
+           Sandra Loosemore  <sandra@codesourcery.com>
+
+       * gcc.target/mips/loongson-simd.c: Disable micromips too.
+
 2014-05-13  Catherine Moore  <clm@cm00re.com>
 
        * gcc.target/mips/near-far-1.c: Adjust expected output
index ae3565f..160da6b 100644 (file)
@@ -19,10 +19,10 @@ along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
 /* { dg-do run } */
-/* loongson.h does not handle or check for MIPS16ness.  There doesn't
-   seem any good reason for it to, given that the Loongson processors
-   do not support MIPS16.  */
-/* { dg-options "isa=loongson -mhard-float -mno-mips16 -flax-vector-conversions" } */
+/* loongson.h does not handle or check for MIPS16ness or
+   microMIPSness.  There doesn't seem any good reason for it to, given
+   that the Loongson processors do not support either.  */
+/* { dg-options "isa=loongson -mhard-float -mno-micromips -mno-mips16 -flax-vector-conversions" } */
 
 #include "loongson.h"
 #include <stdio.h>