]> git.ipfire.org Git - thirdparty/gcc.git/commit
cobol: Repair printf format of size_t.
authorRobert Dubner <rdubner@symas.com>
Tue, 1 Jul 2025 16:02:21 +0000 (12:02 -0400)
committerRobert Dubner <rdubner@symas.com>
Tue, 29 Jul 2025 16:06:40 +0000 (12:06 -0400)
commit8536d47f4bbd98476778199728f54f4074ca90ed
treed422b17b2c36f9fc580b2cca197f59106172ec11
parent1951807f10b7d5122c6f8c9817af7bd90682454a
cobol: Repair printf format of size_t.

gcc/cobol/ChangeLog:

* parse.y: printf() of size_t is %zu, not %ld.

(cherry picked from commit f471ed487ab36651d48c6c31fb28d36a42a30829)
gcc/cobol/parse.y