Commit f4155d21 by Kyrylo Tkachov Committed by Kyrylo Tkachov

Move gcc.target/arm/pr67929_1.c test to execute.exp

	PR target/67929
	* gcc.target/arm/pr67929_1.c: Move to...
	* gcc.c-torture/execute/pr67929_1.c: ... Here.
	Remove arm-specific directives.  Add noclone, noinline
	attributes.

From-SVN: r229657
parent f5ce5ca1
2015-11-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
PR target/67929
* gcc.target/arm/pr67929_1.c: Move to...
* gcc.c-torture/execute/pr67929_1.c: ... Here.
Remove arm-specific directives. Add noclone, noinline
attributes.
2015-11-01 Jeff Law <law@redhat.com> 2015-11-01 Jeff Law <law@redhat.com>
* gcc.dg/tree-ssa/ssa-thread-11.c: Update target selector. * gcc.dg/tree-ssa/ssa-thread-11.c: Update target selector.
......
/* { dg-do run } */ int __attribute__ ((noinline, noclone))
/* { dg-require-effective-target arm_vfp3_ok } */
/* { dg-options "-O2 -fno-inline" } */
/* { dg-add-options arm_vfp3 } */
/* { dg-skip-if "need fp instructions" { *-*-* } { "-mfloat-abi=soft" } { "" } } */
int
foo (float a) foo (float a)
{ {
return a * 4.9f; return a * 4.9f;
...@@ -18,4 +12,4 @@ main (void) ...@@ -18,4 +12,4 @@ main (void)
__builtin_abort (); __builtin_abort ();
return 0; return 0;
} }
\ No newline at end of file
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