]> 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>
Sun, 1 Jun 2025 16:42:22 +0000 (12:42 -0400)
commit213cb633e7ec9b291768a4da0cd6d67679221aeb
treeca4e126f03ed1dfd38574fba1c96e415c9433883
parent13498bf4fcff4c0633678c53a46b6be425d2904c
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.
gcc/cobol/gengen.cc
libgcobol/libgcobol.cc