]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: Fix comp call in associate [PR119272]
authorAndre Vehreschild <vehre@gcc.gnu.org>
Mon, 17 Mar 2025 07:24:04 +0000 (08:24 +0100)
committerAndre Vehreschild <vehre@gcc.gnu.org>
Wed, 19 Mar 2025 13:55:59 +0000 (14:55 +0100)
commit9a13dc48a3ac3282aaf9a77516b4f02faa60e393
treebbc6667b99f1313987a97b49d3174fb959eca66d
parentd50171bc07006dfb56cae487d72913e5d2567716
Fortran: Fix comp call in associate [PR119272]

PR fortran/119272

gcc/fortran/ChangeLog:

* resolve.cc (resolve_compcall): Postpone error report when
symbol is not resolved yet for component call resolve.

gcc/testsuite/ChangeLog:

* gfortran.dg/associate_74.f90: New test.
gcc/fortran/resolve.cc
gcc/testsuite/gfortran.dg/associate_74.f90 [new file with mode: 0644]