Landing: 7ec7871b3631
Project / Subsystem
gcc / cobol
Date
2026-07-22
Author
James K. Lowden
Commit
7ec7871b363162d154266d2b052a3690ee4c6aa8
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- cobol
- patch_id
- —
- commit_hash
- 7ec7871b363162d154266d2b052a3690ee4c6aa8
- source_type
- github
- headline
- Cobol: Enable suppression of unimplemented exception conditions.
- tldr
- Cobol compiler now allows suppressing warnings for unimplemented exception conditions.
- author
- James K. Lowden
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • cobol
- • compiler
- • warnings
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-22T00:00:00.000Z
The GCC Cobol compiler now supports suppressing warnings for unimplemented exception conditions. It achieves this by adding both Wx and Wno-x forms to the specs string for each warning, allowing explicit control over warning severity regardless of dialect defaults.