]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: Fix ICE in trans-stmt.cc(gfc_trans_call) [PR114535]
authorPaul Thomas <pault@gcc.gnu.org>
Tue, 9 Apr 2024 14:27:28 +0000 (15:27 +0100)
committerPaul Thomas <pault@gcc.gnu.org>
Tue, 9 Apr 2024 14:27:28 +0000 (15:27 +0100)
commitde82b0cf981e49a0bda957c0ac31146b17407e23
treeda23c993c38776d709e35ea14eed156a68e6a52f
parent88aea122a7ee639230bf17a9eda4bf8a5eb7e282
Fortran: Fix ICE in trans-stmt.cc(gfc_trans_call) [PR114535]

2024-04-09  Paul Thomas  <pault@gcc.gnu.org>

gcc/fortran
PR fortran/114535
* resolve.cc (resolve_symbol): Remove last chunk that checked
for finalization of unreferenced symbols.

gcc/testsuite/
PR fortran/114535
* gfortran.dg/pr114535d.f90: New test.
* gfortran.dg/pr114535iv.f90: Additional source.
gcc/fortran/resolve.cc
gcc/testsuite/gfortran.dg/pr114535d.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/pr114535iv.f90 [new file with mode: 0644]