On Jun 29 2026, Karl Meakin via Sourceware Forge wrote: > +# Again, for big-endian targets. > +dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*\[cCs\]]] \ > + " -ansi -pedantic-errors -std=c23 -O2 -march=armv8-a+simd -mbig-endian" > ""
All tests that use <arm_neon.h> are failing. They should dg-require-effective-target stdint_types_mbig_endian. FAIL: gcc.target/aarch64/neon/vadd.c -ansi -pedantic-errors -std=c23 -O2 -march=armv8-a+simd -mbig-endian (test for excess errors) Excess errors: /usr/include/gnu/stubs.h:11:11: fatal error: gnu/stubs-lp64_be.h: No such file or directory compilation terminated. -- Andreas Schwab, SUSE Labs, [email protected] GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."
