Landing: abe7e1001205

Project / Subsystem

gcc / testsuite

Date

2026-01-16

Author

Daniel Barboza

Commit

abe7e10012051344695760e89419c7df73cce856

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
testsuite
patch_id
commit_hash
abe7e10012051344695760e89419c7df73cce856
source_type
github
headline
Testsuite: Remove all Wstrict-overflow tests.
tldr
All remaining tests specifically checking for `-Wstrict-overflow` behavior have been removed.
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-01-16T00:00:00.000Z

The testsuite no longer contains any tests that explicitly check for -Wstrict-overflow warnings. Since these warnings are no longer issued, the tests were either compile tests that were not expected to issue a warning, or XFAIL tests. Removing them simplifies the testsuite and avoids confusion.