]> git.ipfire.org Git - thirdparty/gcc.git/commit
cobol: Wrap the call to fprintf in a libgcobol routine. [PR119524]
authorRobert Dubner <rdubner@symas.com>
Sun, 1 Jun 2025 16:32:37 +0000 (12:32 -0400)
committerRobert Dubner <rdubner@symas.com>
Tue, 29 Jul 2025 16:06:39 +0000 (12:06 -0400)
commit7305d78ab9478422ac03d17399e2384859a73c81
treeaa49d37959748bde03bf51e171f4e55653cdafb1
parent907e343138c9e4eee09c7e263418a45c67fbd116
cobol: Wrap the call to fprintf in a libgcobol routine. [PR119524]

gcc/cobol/ChangeLog:

PR cobol/119524
* gengen.cc (gg_printf): Use the new __gg__fprintf_stderr() function
instead of generating a call to fprintf().

libgcobol/ChangeLog:

PR cobol/119524
* libgcobol.cc (__gg__fprintf_stderr): New function.

(cherry picked from commit 213cb633e7ec9b291768a4da0cd6d67679221aeb)
gcc/cobol/gengen.cc
libgcobol/libgcobol.cc