https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93832
--- Comment #19 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Paul Thomas <[email protected]>: https://gcc.gnu.org/g:2fdac5b874222439ddc5d8e79fc09a7a677f7264 commit r13-10306-g2fdac5b874222439ddc5d8e79fc09a7a677f7264 Author: Paul Thomas <[email protected]> Date: Mon Mar 16 08:20:20 2026 +0000 Fortran: Regression in gfc_convert_to_structure_constructor [PR93832] 2026-03-16 Paul Thomas <[email protected]> Steve Kargl <[email protected]> gcc/fortran PR fortran/93832 * array.cc (resolve_array_bound): Emit error and return false if bound expression is derived type or class. * primary.cc (gfc_convert_to_structure_constructor): Do not dereference NULL in character component test. Define 'shorter' and use it help cure one of several whitespace issues. gcc/testsuite/ PR fortran/93832 * gfortran.dg/pr93832.f90: New test. (cherry picked from commit 37950565de34d53cbdeb6ff33cc4792a2a7a0696)
