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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by James K. Lowden <[email protected]>:

https://gcc.gnu.org/g:7f405dfaa29e4c9d8c7b4e6ada13fa44ff053a0c

commit r17-4446-g7f405dfaa29e4c9d8c7b4e6ada13fa44ff053a0c
Author: Xavier Del Campo Romero <[email protected]>
Date:   Fri Sep 18 14:50:31 2026 +0200

    cobol: Move compat udf to libgcobol/compat/gnu/lib

    These functions are meant to work as part of the library, rather than
    intrinsic functions.

    gcc/cobol/ChangeLog:

            * cobol1.cc (libcompat_copybook): Remove "udf" from the search
list.

    libgcobol/ChangeLog:

            PR cobol/126633
            * Makefile.am: Replace udf with lib.
            * Makefile.in: Likewise.
            * compat/gnu/udf/cobrt-file-status.cbl: Move to...
            * compat/gnu/lib/cobrt-file-status.cbl: ...here.
            * compat/gnu/udf/stored-char-length.cbl: Move to...
            * compat/gnu/lib/stored-char-length.cbl: ...here.

Reply via email to