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

--- Comment #12 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Paul Thomas <pa...@gcc.gnu.org>:

https://gcc.gnu.org/g:911a870a6198a2fe50af8bbeb63de1dfaa90de0e

commit r14-10977-g911a870a6198a2fe50af8bbeb63de1dfaa90de0e
Author: Paul Thomas <pa...@gcc.gnu.org>
Date:   Sun Nov 24 14:22:06 2024 +0000

    Fortran: Fix segfault in allocation of unlimited poly array [PR84869]

    2024-11-24  Paul Thomas  <pa...@gcc.gnu.org>

    gcc/fortran/ChangeLog

            PR fortran/84869
            * trans-expr.cc (trans_class_vptr_len_assignment): To access
            the '_len' field, 're' must be unlimited polymorphic.

    gcc/testsuite/
            PR fortran/84869
            * gfortran.dg/pr84869.f90: Comment out test of component refs.

Reply via email to