Landing: a3ded15ccfe4
Project / Subsystem
gcc / testsuite
Date
2026-05-26
Author
Daniel Barboza
Commit
a3ded15ccfe436efbf60e9f35d02c6904f2417c3
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- testsuite
- patch_id
- —
- commit_hash
- a3ded15ccfe436efbf60e9f35d02c6904f2417c3
- source_type
- github
- headline
- Testsuite: Remove tests related to Wstrict-overflow.
- tldr
- The testsuite no longer includes tests for the `-Wstrict-overflow` flag, which is now deprecated.
- author
- Daniel Barboza
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • testsuite
- • deprecated
- • warning
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-26T00:00:00.000Z
The testsuite has been cleaned up by removing tests related to the -Wstrict-overflow option, which is now obsolete. This includes removing tests for specific bug reports, such as PR36227, PR48022, PR49705, and PR52904, as well as removing -Wstrict-overflow checks from other tests. These tests exercised code paths that no longer exist, so removing them simplifies the testsuite.