pragma-isr-trapa2.c: Skip test for FPU-less architectures.
2009-04-06 Andrew Stubbs <ams@codesourcery.com> gcc/testsuite/ * gcc.dg/pragma-isr-trapa2.c: Skip test for FPU-less architectures. From-SVN: r145590
This commit is contained in:
parent
570c4247a2
commit
2e698f677d
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-04-06 Andrew Stubbs <ams@codesourcery.com>
|
||||
|
||||
* gcc.dg/pragma-isr-trapa2.c: Skip test for FPU-less architectures.
|
||||
|
||||
2009-04-06 Andrew Stubbs <ams@codesourcery.com>
|
||||
|
||||
* gcc.target/sh/sh4a-memmovua.c: Include string.h instead of stdlib.h.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/* { dg-do compile { target { { sh-*-* sh4*-*-* } && nonpic } } } */
|
||||
/* { dg-skip-if "FPU Required" { "sh*-*-*" } { "-m*nofpu*" } { "" } } */
|
||||
/* { dg-skip-if "FPU Required" { "sh*-*-*" } { "-m4al*" } { "" } } */
|
||||
/* { dg-options "-O -m4" } */
|
||||
|
||||
extern void foo ();
|
||||
|
|
Loading…
Add table
Reference in a new issue