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
+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
/* { dg-do compile } */
-/* { dg-options "-O2 -mlittle-endian" } */
+/* { dg-options "-O2" } */
+/* { dg-require-effective-target aarch64_little_endian } */
#include <arm_sve.h>
/* { 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>