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

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

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

commit r16-6322-gabf3f0b24c4d07649266371c0f8f9625dff58cd3
Author: Harald Anlauf <[email protected]>
Date:   Sun Dec 21 23:03:28 2025 +0100

    fortran: fix testsuite regression for gfortran.dg/value_9.f90 [PR123201]

    Commit r16-3499 introduced a regression on targets where truncation of a
    string argument passed to a CHARACTER(len=1),VALUE dummy argument missed
    the special treatment needed for passing single characters.

            PR fortran/123201

    gcc/fortran/ChangeLog:

            * trans-expr.cc (conv_dummy_value): Convert string of length 1 to a
            single character for passing as actual argument.

Reply via email to