neon-vext-execute.c: Skip if the test won't run on Neon hardware.

* gcc.target/arm/neon-vext-execute.c: Skip if the test won't run
	on Neon hardware.

From-SVN: r213863
This commit is contained in:
Janis Johnson 2014-08-12 14:58:19 +00:00 committed by Janis Johnson
parent 16b58ce172
commit 095b4716ec
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2014-08-12 Janis Johnson <janisjo@codesourcery.com>
* gcc.target/arm/neon-vext-execute.c: Skip if the test won't run
on Neon hardware.
* gcc.target/arm/pr48784.c: Skip for thumb1 multilib.
* gcc.target/arm/pr59985.c: Likewise.

View file

@ -1,5 +1,6 @@
/* { dg-do run } */
/* { dg-require-effective-target arm_neon_ok } */
/* { dg-require-effective-target arm_neon_hw } */
/* { dg-require-effective-target arm_little_endian } */
/* { dg-options "-O2" } */
/* { dg-add-options arm_neon } */