https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126277
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Robert Dubner <[email protected]>: https://gcc.gnu.org/g:8a5e08f24b9f28dd240344a4c637efb06be024da commit r17-2475-g8a5e08f24b9f28dd240344a4c637efb06be024da Author: Robert Dubner <[email protected]> Date: Thu Jul 16 16:23:37 2026 -0400 cobol: Repair mh_identical MOVEs involving DEBUG registers [PR126277] The mh_identical MOVE routine was flummoxed by the DEBUG-XXX registers that are children of DEBUG-ITEM. These changes repair that problem. PR cobol/126277 gcc/cobol/ChangeLog: * move.cc (mh_identical): Handle externals that have parents. (mh_binary_to_packed): Eliminate trailing whitespace. * symbols.cc (symbol_table_init): Correct attributes of DEBUG-CONTENTS. libgcobol/ChangeLog: * constants.cc (struct cblc_field_t): Adjust initialization of DEBUG-ITEM fields.
