--- /dev/null Thu Jan 01 00:00:00 1970 +0000+++ b/gcc/testsuite/gfortran.dg/null_10.f90 Thu Feb 13 11:34:05 2020 +0900@@ -0,0 +1,7 @@+! { dg-do compile }+! PR 71860 - this used to ICE+! Original test case by Gerhard Steinmetz+program p+ class(*), pointer :: z+ z => null(z)+end