Landing: 1f9e8e26e851
Project / Subsystem
gcc / testsuite
Date
2026-06-26
Author
Paul-Antoine Arras
Commit
1f9e8e26e851fa1805bd781048de6362051e1295
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- testsuite
- patch_id
- —
- commit_hash
- 1f9e8e26e851fa1805bd781048de6362051e1295
- source_type
- github
- headline
- testsuite: Skip atomic-builtins-1 on relevant targets
- tldr
- Fortran test suite adjusted to correctly skip tests for 128-bit atomics on hardware that supports them.
- author
- Paul-Antoine Arras
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • testsuite
- • fortran
- • openmp
- • atomic operations
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-06-26T00:00:00.000Z
A test for OpenMP atomic operations on __int128 has been updated to correctly skip execution on targets that have native hardware support for 128-bit atomics. This ensures the test accurately verifies the fallback mechanism to GOMP_atomic_start/end only when hardware support is absent, improving test suite reliability.