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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Harald Anlauf <anl...@gcc.gnu.org>:

https://gcc.gnu.org/g:95ddd2659849a904509067ec3a2770135149a722

commit r14-2586-g95ddd2659849a904509067ec3a2770135149a722
Author: Harald Anlauf <anl...@gmx.de>
Date:   Sun Jul 16 22:17:27 2023 +0200

    Fortran: intrinsics and deferred-length character arguments
[PR95947,PR110658]

    gcc/fortran/ChangeLog:

            PR fortran/95947
            PR fortran/110658
            * trans-expr.cc (gfc_conv_procedure_call): For intrinsic procedures
            whose result characteristics depends on the first argument and
which
            can be of type character, the character length will not be
deferred.

    gcc/testsuite/ChangeLog:

            PR fortran/95947
            PR fortran/110658
            * gfortran.dg/deferred_character_37.f90: New test.

Reply via email to