This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, committed] Fortran cleanup-submodules


I have committed the following as obvious at revision r235367. Is it OK to back port it to the gcc-6 branch?

Dominique

Index: gcc/testsuite/ChangeLog
===================================================================
--- gcc/testsuite/ChangeLog	(revision 235364)
+++ gcc/testsuite/ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2016-04-22  Dominique d'Humieres  <dominiq@lps.ens.fr>
+
+	* gfortran.dg/submodule_14.f08: Add cleanup-submodules.
+	* gfortran.dg/submodule_15.f08: Likewise.
+
 2016-04-22  Richard Biener  <rguenther@suse.de>
 
 	PR tree-optimization/70740
Index: gcc/testsuite/gfortran.dg/submodule_14.f08
===================================================================
--- gcc/testsuite/gfortran.dg/submodule_14.f08	(revision 235364)
+++ gcc/testsuite/gfortran.dg/submodule_14.f08	(working copy)
@@ -46,4 +46,4 @@
   x = 10
   if (fcn1 (x) .ne. 0) call abort
 end
-
+! { dg-final { cleanup-submodules "test@testson" } }
Index: gcc/testsuite/gfortran.dg/submodule_15.f08
===================================================================
--- gcc/testsuite/gfortran.dg/submodule_15.f08	(revision 235364)
+++ gcc/testsuite/gfortran.dg/submodule_15.f08	(working copy)
@@ -56,3 +56,4 @@
   incr = 1
   if (a3(i) .ne. 11) call abort
 end
+! { dg-final { cleanup-submodules "a@a_son" } }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]