Hi gcc-patches mailing list, Karl Meakin via Sourceware Forge <[email protected]> has requested that the following forgejo pull request be published on the mailing list.
Created on: 2026-07-01 13:29:25+00:00 Latest update: 2026-07-01 13:30:03+00:00 Changes: 1 changed files, 3 additions, 1 deletions Head revision: karmea01/gcc-TEST ref km/neon-port-test-suite-fix commit 5f681d391657d6075676597c659fd3356de77d2e Base revision: gcc/gcc-TEST ref trunk commit 44e33b2d621d6d5e5fd635ad2595bbf99cd80521 r17-2056-g44e33b2d621d6d Merge base: 44e33b2d621d6d5e5fd635ad2595bbf99cd80521 Full diff url: https://forge.sourceware.org/gcc/gcc-TEST/pulls/184.diff Discussion: https://forge.sourceware.org/gcc/gcc-TEST/pulls/184 Requested Reviewers: On little-endian hosts, gcc with `-mbig-endian` only works if hosts have `/usr/include/gnu/stubs-lp64_be.h` installed. So the call to `dg-runtest` should have been guarded by a check for that support. gcc/testsuite/ChangeLog: * gcc.target/aarch64/neon/aarch64-neon.exp: Guard call to `dg-runtest` with `check_effective_target_stdint_types_mbig_endian`. Thanks for taking the time to contribute to GCC! Please be advised that https://forge.sourceware.org/ is currently a trial that is being used by the GCC community to experiment with a new workflow based on pull requests. Pull requests sent here may be forgotten or ignored. Patches that you want to propose for inclusion in GCC should use the existing email-based workflow, see https://gcc.gnu.org/contribute.html Changed files: - M: gcc/testsuite/gcc.target/aarch64/neon/aarch64-neon.exp Karl Meakin (1): aarch64: Fix big-endian testsuite on little-endian hosts gcc/testsuite/gcc.target/aarch64/neon/aarch64-neon.exp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 2.54.0
