https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93427
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tobias Burnus <bur...@gcc.gnu.org>: https://gcc.gnu.org/g:ae86ede8e988d1863b92a19f35d5f7c6b998bf8c commit r10-6401-gae86ede8e988d1863b92a19f35d5f7c6b998bf8c Author: Tobias Burnus <tob...@codesourcery.com> Date: Mon Feb 3 10:00:07 2020 +0100 [Fortran] Fix to strict associate check (PR93427) PR fortran/93427 * resolve.c (resolve_assoc_var): Remove too strict check. * gfortran.dg/associate_51.f90: Update test case. PR fortran/93427 * gfortran.dg/associate_52.f90: New.