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

--- Comment #26 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Mikael Morin <[email protected]>:

https://gcc.gnu.org/g:ce11d5769ed23cc4fdb598f28dbe5b160fbabd3e

commit r17-3731-gce11d5769ed23cc4fdb598f28dbe5b160fbabd3e
Author: Mikael Morin <[email protected]>
Date:   Fri Aug 28 10:28:01 2026 +0200

    fortran: array descriptor: Move nullification code [PR122521]

    Move the pointer nullification implementing code to its own function in
    trans-descriptor.cc.

            PR fortran/122521

    gcc/fortran/ChangeLog:

            * trans-expr.cc (gfc_trans_pointer_assignment): Move pointer
            nullification generation ...
            * trans-descriptor.cc (gfc_nullify_descriptor): ... here as a new
            function.
            * trans-descriptor.h (gfc_nullify_descriptor): New declaration.

Reply via email to