Commit edadb8ad by Andrew Pinski Committed by Andrew Pinski

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
parent c8e759b4
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>
......
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