Landing: e82be354b9b3
Project / Subsystem
gcc / testsuite
Date
2026-05-27
Author
Kishan Parmar
Commit
e82be354b9b31abc7ff580570977bcaa77365a32
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- testsuite
- patch_id
- —
- commit_hash
- e82be354b9b31abc7ff580570977bcaa77365a32
- source_type
- github
- headline
- Testsuite: Restrict mpc860_no_lwsync.c to Power ilp32 Targets
- tldr
- The mpc860_no_lwsync.c test is now restricted to 32-bit PowerPC targets to avoid conflicts with 64-bit options.
- author
- Kishan Parmar
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • testsuite
- • powerpc
- • target-specific
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-27T00:00:00.000Z
The mpc860_no_lwsync.c test case was failing on 64-bit PowerPC targets because the default -m64 option conflicted with the 32-bit legacy processor specified by -mcpu=860. This commit fixes the issue by restricting the test case’s execution to 32-bit PowerPC targets using the ‘ilp32’ target requirement.