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

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

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

commit r15-11153-gd5a64a105137ea25561045659d0aca8c4c7ea0eb
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