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

--- Comment #18 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Paul Thomas <[email protected]>:

https://gcc.gnu.org/g:6891526b08771e65b08b2a161c9a73233b62c48a

commit r14-12584-g6891526b08771e65b08b2a161c9a73233b62c48a
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)

Reply via email to