https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91641
--- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Tue Oct 1 18:16:36 2019 New Revision: 276419 URL: https://gcc.gnu.org/viewcvs?rev=276419&root=gcc&view=rev Log: 2019-10-01 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/91641 * check.c (gfc_check_is_contiguous): null() cannot be an actual argument to is_contiguous(). 2019-10-01 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/91641 * gfortran.dg/pr91641.f90: New test. Added: branches/gcc-9-branch/gcc/testsuite/gfortran.dg/pr91641.f90 Modified: branches/gcc-9-branch/gcc/fortran/ChangeLog branches/gcc-9-branch/gcc/fortran/check.c branches/gcc-9-branch/gcc/testsuite/ChangeLog