https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90563
--- Comment #6 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- Author: tkoenig Date: Tue Aug 13 22:57:31 2019 New Revision: 274406 URL: https://gcc.gnu.org/viewcvs?rev=274406&root=gcc&view=rev Log: 2013-08-13 Thomas Koenig <tkoe...@gcc.gnu.org> Backport from trunk PR fortran/90563 * frontend-passes.c (insert_index): Suppress errors while simplifying the resulting expression. 2013-08-13 Thomas Koenig <tkoe...@gcc.gnu.org> Backport from trunk PR fortran/90563 * gfortran.dg/do_subscript_5.f90: New test. Added: branches/gcc-8-branch/gcc/testsuite/gfortran.dg/do_subscript_5.f90 Modified: branches/gcc-8-branch/gcc/fortran/ChangeLog branches/gcc-8-branch/gcc/fortran/frontend-passes.c branches/gcc-8-branch/gcc/testsuite/ChangeLog