https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92998
Bug ID: 92998
Summary: aarch64/sve/acle/general/dupq_1.c fails on big-endian
linux
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
Assignee: unassigned at gcc dot gnu.org
Reporter: pinskia at gcc dot gnu.org
Target Milestone: ---
Target: aarch64_be-linux-gnu
aarch64/sve/acle/general/dupq_1.c fails as it used -mlittle-endian but
stubs-lp64.h does not exist normally (only stubs-lp64_be.h).
Maybe it is best only test on big-endian target or have a way to include
arm_sve.h without any glibc header.