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:
parent
16b58ce172
commit
095b4716ec
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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 } */
|
||||
|
|
Loading…
Add table
Reference in a new issue