Landing: c17b07eace47
Project / Subsystem
gcc / testsuite, aarch64
Date
2026-07-15
Author
Iain Sandoe
Commit
c17b07eace479118410715fd3c18d7cf997511f6
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- testsuite, aarch64
- patch_id
- —
- commit_hash
- c17b07eace479118410715fd3c18d7cf997511f6
- source_type
- github
- headline
- AArch64 test suite requires big-endian support.
- tldr
- AArch64 test suite now correctly gates tests requiring big-endian support.
- author
- Iain Sandoe
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • testsuite
- • aarch64
- • big-endian
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-15T00:00:00.000Z
Several AArch64 test cases inherently require big-endian code generation capabilities, irrespective of the host system’s endianness. This change introduces a target support check for -mbig-endian. Tests that need this functionality are now gated by this check, ensuring they only run when big-endian support is available.