Landing: f5e526478144
Project / Subsystem
gcc / cobol
Date
2026-07-22
Author
James K. Lowden
Commit
f5e526478144f75be87503c4fa64e2d715b15c06
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- cobol
- patch_id
- —
- commit_hash
- f5e526478144f75be87503c4fa64e2d715b15c06
- source_type
- github
- headline
- Cobol: Accept ASSIGN TO DEVICE clause.
- tldr
- Cobol compiler now supports the ASSIGN TO DEVICE clause for flexible file and device handling.
- author
- James K. Lowden
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • cobol
- • compiler
- • language feature
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-22T00:00:00.000Z
The GCC Cobol compiler now accepts the ASSIGN TO DEVICE clause in file-handling statements. This allows device names specified in the SELECT statement to refer to implementation-defined devices, in addition to existing runtime environment variables. New warnings have been introduced to manage dialect variations related to this feature.