Landing: 08d8760c3d97
Project / Subsystem
gcc / testsuite
Date
2026-05-13
Author
Roger Sayle
Commit
08d8760c3d97a329f543aec19b0d465b24fd42ea
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- testsuite
- patch_id
- —
- commit_hash
- 08d8760c3d97a329f543aec19b0d465b24fd42ea
- source_type
- github
- headline
- Testsuite: Skip arm/muldi-1.c test case when compiling with -mthumb.
- tldr
- This commit disables the `muldi-1.c` test on ARM when compiled with `-mthumb` due to an incompatibility.
- author
- Roger Sayle
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • testsuite
- • arm
- • thumb
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-13T00:00:00.000Z
A recently added test case for ARM (muldi-1.c), designed to verify a fix for middle-end issue PR middle-end/122871, was not designed to be compiled with the -mthumb option. This commit adds a requires-effective-target clause to skip the test when compiling with -mthumb. This prevents failures and ensures the test suite runs correctly in different ARM configurations.