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

--- Comment #25 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Mikael Morin <mik...@gcc.gnu.org>:

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

commit r15-3756-gb6ea4f7b0e6f983376aac6ebcdbf4eb375b4f1d9
Author: Mikael Morin <mik...@gcc.gnu.org>
Date:   Sat Sep 21 18:32:10 2024 +0200

    fortran: Add tests covering inline MINLOC/MAXLOC without DIM [PR90608]

    Add the tests covering the various cases for which we are about to
implement
    inline expansion of MINLOC and MAXLOC.  Those are cases where the DIM
    argument is not present.

            PR fortran/90608

    gcc/testsuite/ChangeLog:

            * gfortran.dg/ieee/maxloc_nan_1.f90: New test.
            * gfortran.dg/ieee/minloc_nan_1.f90: New test.
            * gfortran.dg/maxloc_7.f90: New test.
            * gfortran.dg/maxloc_with_mask_1.f90: New test.
            * gfortran.dg/minloc_8.f90: New test.
            * gfortran.dg/minloc_with_mask_1.f90: New test.

Reply via email to