https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86059
--- Comment #2 from kargl at gcc dot gnu.org --- Author: kargl Date: Fri Jun 8 19:11:21 2018 New Revision: 261344 URL: https://gcc.gnu.org/viewcvs?rev=261344&root=gcc&view=rev Log: 2018-06-08 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/86059 * array.c (match_array_cons_element): NULL() cannot be in an array constructor. 2018-06-08 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/86059 * gfortran.dg/associate_30.f90: Remove code tested ... * gfortran.dg/pr67803.f90: Ditto. * gfortran.dg/pr67805.f90: Ditto. * gfortran.dg/pr86059.f90: ... here. New test. Added: trunk/gcc/testsuite/gfortran.dg/pr86059.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/array.c trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gfortran.dg/associate_30.f90 trunk/gcc/testsuite/gfortran.dg/pr67803.f90 trunk/gcc/testsuite/gfortran.dg/pr67805.f90