Landing: 96f3cbc37a59
Project / Subsystem
gcc / ada
Date
2026-04-16
Author
Viljar Indus
Commit
96f3cbc37a59c08562666090d8f0b1df3f6bb941
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- ada
- patch_id
- —
- commit_hash
- 96f3cbc37a59c08562666090d8f0b1df3f6bb941
- source_type
- github
- headline
- Ada removes an unnecessary overflow suppression workaround
- tldr
- The Ada front end removes a no-longer-needed workaround for overflow suppression.
- author
- Viljar Indus
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • ada
- • refactoring
- • compiler internals
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-04-16T00:00:00.000Z
This commit eliminates a workaround in the Ada front end related to overflow suppression. The previous mechanism is no longer necessary due to recent changes in how ‘ghost’ code — compiler-generated or ignored elements — is handled and removed. Removing this workaround simplifies the compiler’s codebase and reduces maintenance overhead.