oddspreg-3.c: Disable for MIPS16.

2015-10-28  Catherine Moore  <clm@codesourcery.com>

        * gcc.target/mips/oddspreg-3.c: Disable for MIPS16.
        * gcc.target/mips/oddspreg-6.c: Likewise.
        * gcc.target/mips/oddspreg-1.c: Likewise.
        * gcc.target/mips/oddspreg-2.c: Likewise.

From-SVN: r229496
This commit is contained in:
Catherine Moore 2015-10-28 14:09:09 -04:00 committed by Catherine Moore
parent f64ba10b91
commit 7bc2eabe25
5 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2015-10-28 Catherine Moore <clm@codesourcery.com>
* gcc.target/mips/oddspreg-3.c: Disable for MIPS16.
* gcc.target/mips/oddspreg-6.c: Likewise.
* gcc.target/mips/oddspreg-1.c: Likewise.
* gcc.target/mips/oddspreg-2.c: Likewise.
2015-10-05 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
PR target/67839

View File

@ -5,7 +5,7 @@
#error "Incorrect number of single-precision registers reported"
#endif
void
NOMIPS16 void
foo ()
{
register float foo asm ("$f1");

View File

@ -2,7 +2,7 @@
/* { dg-skip-if "needs asm output" { *-*-* } { "-fno-fat-lto-objects" } { "" } } */
/* { dg-options "-mabi=32 -mno-odd-spreg -mhard-float" } */
void
NOMIPS16 void
foo ()
{
register float foo asm ("$f1"); /* { dg-error "isn't suitable for" } */

View File

@ -2,7 +2,7 @@
/* { dg-skip-if "needs asm output" { *-*-* } { "-fno-fat-lto-objects" } { "" } } */
/* { dg-options "-mabi=32 -mfp32 -march=loongson3a -mhard-float" } */
void
NOMIPS16 void
foo ()
{
register float foo asm ("$f1"); /* { dg-error "isn't suitable for" } */

View File

@ -2,7 +2,7 @@
/* { dg-skip-if "needs asm output" { *-*-* } { "-fno-fat-lto-objects" } { "" } } */
/* { dg-options "-mabi=32 -mfpxx -mhard-float" } */
void
NOMIPS16 void
foo ()
{
register float foo asm ("$f1"); /* { dg-error "isn't suitable for" } */