https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91801
--- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Thu Oct 10 21:56:08 2019 New Revision: 276853 URL: https://gcc.gnu.org/viewcvs?rev=276853&root=gcc&view=rev Log: 2019-10-10 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/91801 * simplify.c (gfc_simplify_reshape): Convert a gcc_assert into a gfc_error as a user can easily hit the condition. 2019-10-10 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/91801 * gfortran.dg/pr91801.f90: New test. Added: branches/gcc-9-branch/gcc/testsuite/gfortran.dg/pr91801.f90 Modified: branches/gcc-9-branch/gcc/fortran/ChangeLog branches/gcc-9-branch/gcc/fortran/simplify.c branches/gcc-9-branch/gcc/testsuite/ChangeLog