]> gcc.gnu.org Git - gcc.git/commit
Fortran: Delay vtab generation until after parsing [PR92587]
authorTobias Burnus <tobias@codesourcery.com>
Thu, 17 Dec 2020 09:39:09 +0000 (10:39 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Mon, 4 Jan 2021 15:45:25 +0000 (16:45 +0100)
commit6f3f06e431c181d3e51d31f49a2bf0be2944ae93
treebecb5055cee168152015cd344bee811ed7025bbc
parenta8a453d82e2c2ce04f40742327033214b9d3582c
Fortran: Delay vtab generation until after parsing [PR92587]

gcc/fortran/ChangeLog:

PR fortran/92587
* match.c (gfc_match_assignment): Move gfc_find_vtab call from here ...
* resolve.c (gfc_resolve_code): ... to here.

gcc/testsuite/ChangeLog:

PR fortran/92587
* gfortran.dg/finalize_37.f90: New test.

(cherry picked from commit ba9fa684053917a07bfa8f4742da0e196e72b9a2)
gcc/fortran/match.c
gcc/fortran/resolve.c
gcc/testsuite/gfortran.dg/finalize_37.f90 [new file with mode: 0644]
This page took 0.100502 seconds and 6 git commands to generate.