Commit 2e698f67 by Andrew Stubbs Committed by Andrew Stubbs

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
parent 570c4247
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.
2009-04-06 Andrew Stubbs <ams@codesourcery.com>
......
/* { 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 ();
......
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