Should've have checked for the existance of a non static integer
using scan-tree-dump instead of scan-tree-dump-not. A cut and paste
error.
+2020-01-20 Mark Eggleston <mark.eggleston@codethink.com>
+
+ * gfortran.dg/pr93263_1.f90: Change scan-tree-dump-not to
+ scan-tree-dump.
+
2020-01-20 H.J. Lu <hongjiu.lu@intel.com>
PR target/93319
end
! { dg-final { scan-tree-dump-not "static integer\\(kind=4\\) a" "original" } }
-! { dg-final { scan-tree-dump-not "integer\\(kind=4\\) a" "original" } }
+! { dg-final { scan-tree-dump "integer\\(kind=4\\) a" "original" } }