https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93832
--- Comment #15 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Paul Thomas <[email protected]>: https://gcc.gnu.org/g:37950565de34d53cbdeb6ff33cc4792a2a7a0696 commit r16-8108-g37950565de34d53cbdeb6ff33cc4792a2a7a0696 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.
