OSDN Git Service

gcc/testsuite/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jul 2007 09:15:53 +0000 (09:15 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jul 2007 09:15:53 +0000 (09:15 +0000)
* gcc.dg/sh4a-fprun.c: Skip for VxWorks kernels.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126308 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/sh4a-fprun.c

index 71c389a..0e355f3 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-04  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.dg/sh4a-fprun.c: Skip for VxWorks kernels.
+
 2007-07-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        PR fortran/31198
index e9b1107..40c2b05 100644 (file)
@@ -1,5 +1,7 @@
 /* Verify that fsca and fssra yield reasonable results.  */
-/* { dg-do run { target "sh*-*-*" } } */
+/* This test calls the sinf and cosf library functions for targets other
+   than sh4a, but the VxWorks kernel doesn't have those functions.  */
+/* { dg-do run { target { "sh*-*-*" && { ! vxworks_kernel } } } } */
 /* { dg-options "-O -ffast-math" } */
 
 #include <math.h>