Commit 8fa5aaf3 by Nathan Sidwell Committed by Sandra Loosemore

loongson-simd.c: Disable micromips too.

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
parent 411f86ad
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> 2014-05-13 Catherine Moore <clm@cm00re.com>
* gcc.target/mips/near-far-1.c: Adjust expected output * gcc.target/mips/near-far-1.c: Adjust expected output
......
...@@ -19,10 +19,10 @@ along with GCC; see the file COPYING3. If not see ...@@ -19,10 +19,10 @@ along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
/* { dg-do run } */ /* { dg-do run } */
/* loongson.h does not handle or check for MIPS16ness. There doesn't /* loongson.h does not handle or check for MIPS16ness or
seem any good reason for it to, given that the Loongson processors microMIPSness. There doesn't seem any good reason for it to, given
do not support MIPS16. */ that the Loongson processors do not support either. */
/* { dg-options "isa=loongson -mhard-float -mno-mips16 -flax-vector-conversions" } */ /* { dg-options "isa=loongson -mhard-float -mno-micromips -mno-mips16 -flax-vector-conversions" } */
#include "loongson.h" #include "loongson.h"
#include <stdio.h> #include <stdio.h>
......
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