Landing: d74edc4c7929
Project / Subsystem
gcc / testsuite
Date
2026-07-14
Author
Torbjörn SVENSSON
Commit
d74edc4c7929be882daf9cd960ad875d820773b1
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- testsuite
- patch_id
- —
- commit_hash
- d74edc4c7929be882daf9cd960ad875d820773b1
- source_type
- github
- headline
- Add MVE link test for ARM to ensure target compatibility
- tldr
- New ARM test verifies that MVE-enabled code can link successfully.
- author
- Torbjörn SVENSSON
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • testsuite
- • arm
- • linking
- • MVE
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-14T00:00:00.000Z
This commit introduces a new linking test target, arm_v8_1m_mve_link, for the ARM architecture. It aims to confirm that code compiled with options enabling the MVE (M-Profile Vector Extension) can link correctly. This is important because board-specific linker flags might sometimes be incompatible with the linkage requirements of certain test cases, ensuring overall build stability.