https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119524

--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-15 branch has been updated by Robert Dubner
<rdub...@gcc.gnu.org>:

https://gcc.gnu.org/g:7305d78ab9478422ac03d17399e2384859a73c81

commit r15-10130-g7305d78ab9478422ac03d17399e2384859a73c81
Author: Robert Dubner <rdub...@symas.com>
Date:   Sun Jun 1 12:32:37 2025 -0400

    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)

Reply via email to