Landing: 8a5e08f24b9f
Project / Subsystem
gcc / cobol
Date
2026-07-16
Author
Robert Dubner
Commit
8a5e08f24b9f28dd240344a4c637efb06be024da
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- cobol
- patch_id
- —
- commit_hash
- 8a5e08f24b9f28dd240344a4c637efb06be024da
- source_type
- github
- headline
- Cobol MOVE routine fixed for DEBUG registers
- tldr
- Cobol MOVE routine now correctly handles DEBUG registers, fixing PR126277.
- author
- Robert Dubner
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • cobol
- • compiler
- • bugfix
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-16T00:00:00.000Z
The mh_identical MOVE routine in the Cobol compiler has been fixed to properly handle DEBUG-XXX registers, which are children of DEBUG-ITEM. This resolves an issue where these registers were not being processed correctly. Additionally, trailing whitespace is eliminated in mh_binary_to_packed, and the attributes of DEBUG-CONTENTS are corrected in symbol_table_init.