Re: [PATCH] testsuite: Add -mbig-endian stdint.h requirement

2021-04-08 Thread Jeff Law via Gcc-patches
On 4/8/2021 8:08 AM, Richard Sandiford via Gcc-patches wrote: Some AArch64 tests force -mbig-endian and indirectly include stdint.h. However, not all OSes support both endiannesses, leading to: FAIL: gcc.target/aarch64/advsimd-intrinsics/bf16_get-be.c -O0 (test for excess errors) UNRESOLVE

[PATCH] testsuite: Add -mbig-endian stdint.h requirement

2021-04-08 Thread Richard Sandiford via Gcc-patches
Some AArch64 tests force -mbig-endian and indirectly include stdint.h. However, not all OSes support both endiannesses, leading to: FAIL: gcc.target/aarch64/advsimd-intrinsics/bf16_get-be.c -O0 (test for excess errors) UNRESOLVED: gcc.target/aarch64/advsimd-intrinsics/bf16_get-be.c -O1 ch