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

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

https://gcc.gnu.org/g:094f8a36dffea52fe6a64596203b82648a3f6121

commit r13-8689-g094f8a36dffea52fe6a64596203b82648a3f6121
Author: Paul Thomas <pa...@gcc.gnu.org>
Date:   Mon May 6 08:21:14 2024 +0100

    Fortran: Fix ICE and clear incorrect error messages [PR114739]

    2024-05-06  Paul Thomas  <pa...@gcc.gnu.org>

    gcc/fortran
            PR fortran/114739
            * primary.cc (gfc_match_varspec): Check for default type before
            checking for derived types with the right component name.

    gcc/testsuite/
            PR fortran/114739
            * gfortran.dg/pr114739.f90: New test.
            * gfortran.dg/derived_comp_array_ref_8.f90: Add 'implicit none'
            for consistency with expected error message.
            * gfortran.dg/nullify_4.f90: ditto
            * gfortran.dg/pointer_init_6.f90: ditto
            * gfortran.dg/pr107397.f90: ditto
            * gfortran.dg/pr88138.f90: ditto

Reply via email to