OSDN Git Service

* size_dim.f90: Fix dg directive.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / pr15754.f90
index f595d6e..1b9259e 100644 (file)
@@ -1,5 +1,5 @@
 ! we didn't give a warning if the RHS of an assignment was NULL
-! { dg-do-compile }
+! { dg-do compile }
 INTEGER, POINTER :: P
 I = NULL() ! { dg-error "NULL appears" "Assignment non-pointer = NULL" }
 P = NULL() ! { dg-error "NULL appears" "Assignment pointer = NULL" }