pr37362.c: Add mips*-mti-elf exception.

2012-09-19  Steve Ellcey  <sellcey@mips.com>

	* gcc.target/mips/pr37362.c: Add mips*-mti-elf exception.

From-SVN: r191497
This commit is contained in:
Steve Ellcey 2012-09-19 20:29:53 +00:00 committed by Steve Ellcey
parent 992bcfac4d
commit 5a0d8c3365
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-09-19 Steve Ellcey <sellcey@mips.com>
* gcc.target/mips/pr37362.c: Add mips*-mti-elf exception.
2012-09-19 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
* gcc.target/powerpc/ppc-get-timebase.c: New file.

View File

@ -1,5 +1,5 @@
/* mips*-sde-elf doesn't have 128-bit long doubles. */
/* { dg-do compile { target { ! mips*-sde-elf } } } */
/* { dg-do compile { target { ! mips*-sde-elf mips*-mti-elf } } } */
/* { dg-options "-march=mips64r2 -mabi=n32" } */
typedef float TFtype __attribute__((mode(TF)));