Landing: 1c6f621e1348
Project / Subsystem
gcc / cobol
Date
2026-07-23
Author
James K. Lowden
Commit
1c6f621e134874ddf75d1a910fd4b198d2e6f7e5
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- cobol
- patch_id
- —
- commit_hash
- 1c6f621e134874ddf75d1a910fd4b198d2e6f7e5
- source_type
- github
- headline
- Cobol: TYPE clause is an implicit USAGE for validation.
- tldr
- Cobol compiler now recognizes the TYPE clause as an implicit USAGE, improving validation accuracy.
- author
- James K. Lowden
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • cobol
- • compiler
- • validation
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-23T00:00:00.000Z
The cobol compiler now recognizes the TYPE clause as an implicit USAGE for validation purposes. This change updates the parser to include the value_clause_e in a bitmask for testing and refines diagnostic messages in symbols.cc to improve clarity when validating types.