OSDN Git Service

gcc/fortran:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / substring_equivalence.f90
old mode 100755 (executable)
new mode 100644 (file)
index 622e1fc..9a94bcd
@@ -1,8 +1,10 @@
 ! { dg-do compile }
-! Tests fix for PR24223 - ICE on equivalence staement.
+! Tests fix for PR24223 - ICE on equivalence statement.
 !
 module FLAGS
   character(len=5) :: Encodings
   character :: at, dev
   equivalence ( encodings(1:1),at ), ( encodings(2:2),dev)
 end module FLAGS
+
+! { dg-final { cleanup-modules "FLAGS" } }