aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/fmt/scan_test.go
diff options
context:
space:
mode:
authorRobert Dubner <rdubner@symas.com>2025-05-11 13:43:32 -0400
committerRobert Dubner <rdubner@symas.com>2025-05-11 13:54:58 -0400
commitd7d24f9cc55d5cf0a70a984d4e63e8a307710d9e (patch)
tree8842102c7fddf0ce9180acb3e0d177c6cab784b3 /libgo/go/fmt/scan_test.go
parent40cecd49fba1db0cb98b81016d0742398ce3c861 (diff)
downloadgcc-d7d24f9cc55d5cf0a70a984d4e63e8a307710d9e.zip
gcc-d7d24f9cc55d5cf0a70a984d4e63e8a307710d9e.tar.gz
gcc-d7d24f9cc55d5cf0a70a984d4e63e8a307710d9e.tar.bz2
cobol: Eliminate padding bytes from cbl_declarative_t. [PR119377]
By changing the type of a variable in the cbl_declarative_t structure from "bool" to "uint32_t", three uninitialized padding bytes were turned into initialized bytes. This eliminates the valgrind error caused by those uninitialized values. This is an interim fix, which expediently eliminates the valgrind problem. The underlying design flaw, which involves turning a host-side C++ structure into a run-time data block, is slated for complete replacement in the next few weeks. libgcobol/ChangeLog: PR cobol/119377 * common-defs.h: (struct cbl_declaratives_t): Change "bool global" to "uint32_t global".
Diffstat (limited to 'libgo/go/fmt/scan_test.go')
0 files changed, 0 insertions, 0 deletions