Landing: 829c4474e216

Project / Subsystem

gcc / cobol

Date

2026-07-20

Author

Robert Dubner

Commit

829c4474e216cf29fdaaf60043bf335ea154f6f2

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
cobol
patch_id
commit_hash
829c4474e216cf29fdaaf60043bf335ea154f6f2
source_type
github
headline
Cobol tests now include "Do not edit" comments.
tldr
Cobol test files generated by scripts now include "Do not edit" comments to prevent accidental modification.
author
Robert Dubner
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • cobol
  • testing
discussion_id_link
bugzilla_pr
date
2026-07-20T00:00:00.000Z

Cobol test files within gcc/testsuite/cobol.dg/group2, which are generated by a script, now include “Do not edit” comments. This change prevents developers from accidentally modifying these auto-generated files directly. Minor changes were also made to copybook.h, gcobol.1, and util.cc.