Commit 2c99d614 by Richard Sandiford Committed by Richard Sandiford

sh4a-fprun.c: Skip for VxWorks kernels.

gcc/testsuite/
	* gcc.dg/sh4a-fprun.c: Skip for VxWorks kernels.

From-SVN: r126308
parent 0160a2c7
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
/* 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>
......
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