https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56667
--- Comment #6 from kargl at gcc dot gnu.org --- Author: kargl Date: Tue Mar 6 19:30:41 2018 New Revision: 258283 URL: https://gcc.gnu.org/viewcvs?rev=258283&root=gcc&view=rev Log: 2018-03-06 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/56667 * primary.c (match_sym_complex_part): Give the matcher for an implied do-loop a chance to run. 2018-03-06 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/56667 * gfortran.dg/implied_do_2.f90: New test. * gfortran.dg/coarray_8.f90: Update for new error message. Added: branches/gcc-6-branch/gcc/testsuite/gfortran.dg/implied_do_2.f90 Modified: branches/gcc-6-branch/gcc/fortran/ChangeLog branches/gcc-6-branch/gcc/fortran/primary.c branches/gcc-6-branch/gcc/testsuite/ChangeLog branches/gcc-6-branch/gcc/testsuite/gfortran.dg/coarray_8.f90