Restrict some aarch64 testcases to little-endian
2019-12-21 Andrew Pinski <apinski@marvell.com> PR testsuite/92998 * gcc.target/aarch64/sve/acle/general/dupq_1.c: Restrict to aarch64_little_endian only. * gcc.target/aarch64/torture/simd-abi-8.c: Likewise. From-SVN: r279709
This commit is contained in:
parent
c8e759b421
commit
edadb8adc3
3 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
2019-12-21 Andrew Pinski <apinski@marvell.com>
|
||||
|
||||
PR testsuite/92998
|
||||
* gcc.target/aarch64/sve/acle/general/dupq_1.c:
|
||||
Restrict to aarch64_little_endian only.
|
||||
* gcc.target/aarch64/torture/simd-abi-8.c:
|
||||
Likewise.
|
||||
|
||||
2019-12-22 Maciej W. Rozycki <macro@wdc.com>
|
||||
|
||||
* lib/gcc-defs.exp (gcc-set-multilib-library-path): Use
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -mlittle-endian" } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-require-effective-target aarch64_little_endian } */
|
||||
|
||||
#include <arm_sve.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-std=gnu99 -mlittle-endian" } */
|
||||
/* { dg-options "-std=gnu99" } */
|
||||
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
|
||||
/* { dg-require-effective-target aarch64_little_endian } */
|
||||
|
||||
#include <arm_neon.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue