Commit f84992b0 by Richard Sandiford Committed by Richard Sandiford

pr37362.c: Fix target selector.

gcc/testsuite/
	* gcc.target/mips/pr37362.c: Fix target selector.

From-SVN: r191877
parent 321168c3
2012-09-30 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.target/mips/pr37362.c: Fix target selector.
2012-09-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/54083
......
/* mips*-sde-elf doesn't have 128-bit long doubles. */
/* { dg-do compile { target { ! mips*-sde-elf mips*-mti-elf } } } */
/* { dg-do compile { target { ! { mips*-sde-elf mips*-mti-elf } } } } */
/* { dg-options "-march=mips64r2 -mabi=n32" } */
typedef float TFtype __attribute__((mode(TF)));
......
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