https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99010
--- 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:f86e187e12db14ad1cced26b9f8aafb06498e208 commit r11-7299-gf86e187e12db14ad1cced26b9f8aafb06498e208 Author: Tobias Burnus <tob...@codesourcery.com> Date: Fri Feb 19 18:07:26 2021 +0100 Fortran: Fix coarray handling for gfc_dep_resolver [PR99010] Check failed if identical = false was requested or for -fcoarray=single if an array ref was for a coindexed scalar. gcc/fortran/ChangeLog: PR fortran/99010 * dependency.c (gfc_dep_resolver): Fix coarray handling. gcc/testsuite/ChangeLog: PR fortran/99010 * gfortran.dg/coarray/array_temporary-1.f90: New test.