https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112950
Bug ID: 112950 Summary: gcc.target/aarch64/sve/acle/general/dupq_5.c fails on aarch64_be-linux-gnu Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: testsuite-fail Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- Target: aarch64_be-linux-gnu This testcase specifically uses -mlittle-endian as an option but that fails to compile on aarch64_be-linux-gnu: ``` In file included from /home/apinski/src/upstream-full-cross/install-be//sysroot/usr/include/features.h:527, from /home/apinski/src/upstream-full-cross/install-be//sysroot/usr/include/bits/libc-header-start.h:33, from /home/apinski/src/upstream-full-cross/install-be//sysroot/usr/include/stdint.h:26, from /home/apinski/src/upstream-full-cross/install-be/lib/gcc/aarch64_be-linux-gnu/14.0.0/include/stdint.h:9, from /bajas/pinskia/src/upstream-full-cross/gcc/objdir-stage2/gcc/include/stdint.h:9, from /bajas/pinskia/src/upstream-full-cross/gcc/objdir-stage2/gcc/include/arm_sve.h:28, from /home/apinski/src/upstream-full-cross/gcc/gcc/testsuite/gcc.target/aarch64/sve/acle/general/dupq_5.c:4: /home/apinski/src/upstream-full-cross/install-be//sysroot/usr/include/gnu/stubs.h:8:11: fatal error: gnu/stubs-lp64.h: No such file or directory compilation terminated. ```