https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96100
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Paul Thomas <pa...@gcc.gnu.org>: https://gcc.gnu.org/g:47c1d976146913fad43688d45727d0038de174c7 commit r10-9181-g47c1d976146913fad43688d45727d0038de174c7 Author: Paul Thomas <pa...@gcc.gnu.org> Date: Thu Aug 20 18:17:59 2020 +0100 This patch fixes PRs 96100 and 96101. 2020-08-20 Paul Thomas <pa...@gcc.gnu.org> gcc/fortran PR fortran/96100 PR fortran/96101 * trans-array.c (get_array_charlen): Tidy up the evaluation of the string length for array constructors. Avoid trailing array references. Ensure string lengths of deferred length components are set. For parentheses operator apply string length to both the primary expression and the enclosed expression. gcc/testsuite/ PR fortran/96100 PR fortran/96101 * gfortran.dg/char_length_23.f90: New test. (cherry picked from commit 300ef2fcc10e98359d14654be23bbb84a5d141e1)