OSDN Git Service

2011-08-04 Mikael Morin <mikael.morin@sfr.fr>
authormikael <mikael@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Aug 2011 21:24:35 +0000 (21:24 +0000)
committermikael <mikael@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Aug 2011 21:24:35 +0000 (21:24 +0000)
* gfortran.dg/dependency_26.f90: Add a module to the cleanup directive.
* gfortran.dg/trim_optimize_2.f90: Add a module cleanup directive.
* gfortran.dg/ldist-pr43023.f90: Ditto.
* gfortran.dg/namelist_52.f90: Ditto.
* gfortran.dg/interface_proc_end.f90: Ditto.
* gfortran.dg/vector_subscript_bound_1.f90: Ditto.
* gfortran.dg/generic_typebound_operator_1.f90: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177415 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/dependency_26.f90
gcc/testsuite/gfortran.dg/generic_typebound_operator_1.f90
gcc/testsuite/gfortran.dg/interface_proc_end.f90
gcc/testsuite/gfortran.dg/ldist-pr43023.f90
gcc/testsuite/gfortran.dg/namelist_52.f90
gcc/testsuite/gfortran.dg/trim_optimize_2.f90
gcc/testsuite/gfortran.dg/vector_subscript_bound_1.f90

index 9545dc3..7bebe97 100644 (file)
@@ -1,3 +1,13 @@
+2011-08-04  Mikael Morin  <mikael.morin@sfr.fr>
+
+       * gfortran.dg/dependency_26.f90: Add a module to the cleanup directive.
+       * gfortran.dg/trim_optimize_2.f90: Add a module cleanup directive.
+       * gfortran.dg/ldist-pr43023.f90: Ditto.
+       * gfortran.dg/namelist_52.f90: Ditto.
+       * gfortran.dg/interface_proc_end.f90: Ditto.
+       * gfortran.dg/vector_subscript_bound_1.f90: Ditto.
+       * gfortran.dg/generic_typebound_operator_1.f90: Ditto.
+
 2011-08-04  Ira Rosen  <ira.rosen@linaro.org>
 
        * gcc.dg/vect/vect-over-widen-1.c: New test.
index 0103d02..e893d99 100644 (file)
@@ -47,7 +47,7 @@ END MODULE M1
   cell%h = reshape ([(real(i), i = 1, 9)], [3, 3])
   call s1 (cell)
 end
-! { dg-final { cleanup-modules "m1" } }
+! { dg-final { cleanup-modules "m1 m2" } }
 ! { dg-final { scan-tree-dump-times "&a" 1 "original" } }
 ! { dg-final { scan-tree-dump-times "pack" 0 "original" } }
 ! { dg-final { cleanup-tree-dump "original" } }
index 76c15e9..32a17e3 100644 (file)
@@ -17,3 +17,5 @@ module m_sort
     end function gt_cmp
   end interface
 end module m_sort
+
+! { dg-final { cleanup-modules "m_sort" } }
index 2fc9921..efe5855 100644 (file)
@@ -16,3 +16,5 @@
       END INTERFACE
       end subroutine
       end module
+
+! { dg-final { cleanup-modules "n" } }
index 3e2d04c..7a298ea 100644 (file)
@@ -29,3 +29,5 @@ end do
 END SUBROUTINE NFT_Init
 
 END MODULE NFT_mod
+
+! { dg-final { cleanup-modules "nft_mod" } }
index 6e31382..253bd3f 100644 (file)
@@ -30,3 +30,5 @@ read(31,nml=info_adjoint)
 if (adjoint%solver_type /= 'direct') call abort
 if (adjoint%screen_io_fs_ntime%begin /= 42) call abort
 end program gfortran_error_2
+
+! { dg-final { cleanup-modules "mod1" } }
index b7ae1e3..46ae7fb 100644 (file)
@@ -35,3 +35,4 @@ end program main
 ! { dg-final { scan-tree-dump-times "memmove" 4 "original" } }
 ! { dg-final { scan-tree-dump-times "string_trim" 0 "original" } }
 ! { dg-final { cleanup-tree-dump "original" } }
+! { dg-final { cleanup-modules "faz" } }
index f432850..00e31f9 100644 (file)
@@ -17,3 +17,5 @@ CONTAINS
     PRINT *, pw%cr(UBOUND(pw%cr))
   END SUBROUTINE pw_write
 END MODULE
+
+! { dg-final { cleanup-modules "pw_types" } }