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

--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Paul Thomas <pa...@gcc.gnu.org>:

https://gcc.gnu.org/g:48d23749534ca96b3f0883579b44700a17e83d15

commit r13-8503-g48d23749534ca96b3f0883579b44700a17e83d15
Author: Paul Thomas <pa...@gcc.gnu.org>
Date:   Tue May 23 06:46:37 2023 +0100

    Fortran: Fix assumed length chars and len inquiry [PR103716]

    2023-05-23  Paul Thomas  <pa...@gcc.gnu.org>

    gcc/fortran
            PR fortran/103716
            * resolve.cc (gfc_resolve_ref): Conversion of array_ref into an
            element should be done for all characters without a len expr,
            not just deferred lens, and for integer expressions.
            * trans-expr.cc (conv_inquiry): For len and kind inquiry refs,
            set the se string_length to NULL_TREE.

    gcc/testsuite/
            PR fortran/103716
            * gfortran.dg/pr103716.f90 : New test.

    (cherry picked from commit 842a432b02238361ecc601d301ac400a7f30f4fa)
  • [Bug fortran/103716] [11/12/13 ... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to