Landing: e6b0a8893bc9
Project / Subsystem
gcc / testsuite
Date
2026-06-04
Author
Jeevitha
Commit
e6b0a8893bc95b1b3359e7c3a954dc8117e876a1
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- testsuite
- patch_id
- —
- commit_hash
- e6b0a8893bc95b1b3359e7c3a954dc8117e876a1
- source_type
- github
- headline
- Testsuite adds PowerPC future hardware compiler support checks
- tldr
- New `lib/target-supports.exp` procedures enable testing future PowerPC hardware support, both at compile time and runtime.
- author
- Jeevitha
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • testsuite
- • powerpc
- • hardware support
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-06-04T00:00:00.000Z
This commit adds three new procedures to lib/target-supports.exp for testing future PowerPC hardware. These procedures allow the testsuite to verify that the compiler can recognize and handle -mcpu=future, that the assembler supports corresponding instructions, and that the hardware itself can execute these future instructions at runtime. This will allow for enhanced testing capabilities for upcoming PowerPC architectures.