Commit 5a0d8c33 by Steve Ellcey Committed by Steve Ellcey

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
parent 992bcfac
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> 2012-09-19 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
* gcc.target/powerpc/ppc-get-timebase.c: New file. * gcc.target/powerpc/ppc-get-timebase.c: New file.
......
/* mips*-sde-elf doesn't have 128-bit long doubles. */ /* 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" } */ /* { dg-options "-march=mips64r2 -mabi=n32" } */
typedef float TFtype __attribute__((mode(TF))); 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