]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pragma-isr-trapa2.c: Skip test for FPU-less architectures.
authorAndrew Stubbs <ams@codesourcery.com>
Mon, 6 Apr 2009 11:29:51 +0000 (11:29 +0000)
committerAndrew Stubbs <ams@gcc.gnu.org>
Mon, 6 Apr 2009 11:29:51 +0000 (11:29 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pragma-isr-trapa2.c

index 4518dc21fd2d7d6089cf720e2ada11c29fd6f586..2459b8654e68834930c80f47e6ad45f59a0947a5 100644 (file)
@@ -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.
index 7b68185fc03845214fcfe4e2a9de920914139c1a..a1165893be5fb3065750aa70276a300a739aa37e 100644 (file)
@@ -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 ();