https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87993
--- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Tue Aug 13 18:27:05 2019 New Revision: 274390 URL: https://gcc.gnu.org/viewcvs?rev=274390&root=gcc&view=rev Log: 2019-08-13 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/87993 * expr.c (gfc_simplify_expr): Simplifcation of an array with a kind type inquiry suffix yields a constant expression. 2019-08-13 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/87993 * gfortran.dg/pr87993.f90: New test. Added: branches/gcc-9-branch/gcc/testsuite/gfortran.dg/pr87993.f90 Modified: branches/gcc-9-branch/gcc/fortran/ChangeLog branches/gcc-9-branch/gcc/fortran/expr.c branches/gcc-9-branch/gcc/testsuite/ChangeLog