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

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

https://gcc.gnu.org/g:8a794643cc71301d96bb0e62c8d89494929fa0eb

commit r16-7505-g8a794643cc71301d96bb0e62c8d89494929fa0eb
Author: Robert Dubner <[email protected]>
Date:   Fri Feb 13 13:26:47 2026 -0500

    cobol: Optimized alpha-to-alpha moves. [PR119455]

    Code for implementing many common scenarios of "MOVE <literal> TO
    <alphanumeric>" and " MOVE <alphanumeric> to <alphanumeric> " is created
    directly through GENERIC rather than by calling the general-purpose
    libgcobol __gg__move routine.

    gcc/cobol/ChangeLog:

            PR cobol/119455
            * genapi.cc (mh_source_is_group): Formatting.
            (mh_source_is_literalA): Implement accelerated move.
            (mh_alpha_to_alpha): New function; implements accelerated move.
            (move_helper): Calls new mh_alpha_to_alpha.

Reply via email to