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, testsuite]: Committed: Cleanup gfortran.dg/reassoc_?.f90 dump files


Hello!

Tested on i686-pc-linux-gnu, committed to mainline.

2008-03-04  Uros Bizjak  <ubizjak@gmail.com>

	* gfortran.dg/reassoc_1.f90: Cleanup dump files.
	* gfortran.dg/reassoc_2.f90: Ditto.
	* gfortran.dg/reassoc_3.f90: Ditto.

Uros.

Index: gfortran.dg/reassoc_1.f90
===================================================================
--- gfortran.dg/reassoc_1.f90   (revision 132857)
+++ gfortran.dg/reassoc_1.f90   (working copy)
@@ -8,3 +8,4 @@
 end

 ! { dg-final { scan-tree-dump "\\\+ 5.*\\\)\\\) - 5" "optimized" } }
+! { dg-final { cleanup-tree-dump "optimized" } }
Index: gfortran.dg/reassoc_2.f90
===================================================================
--- gfortran.dg/reassoc_2.f90   (revision 132857)
+++ gfortran.dg/reassoc_2.f90   (working copy)
@@ -13,3 +13,4 @@
 end

 ! { dg-final { scan-tree-dump "- 5" "optimized" } }
+! { dg-final { cleanup-tree-dump "optimized" } }
Index: gfortran.dg/reassoc_3.f90
===================================================================
--- gfortran.dg/reassoc_3.f90   (revision 132857)
+++ gfortran.dg/reassoc_3.f90   (working copy)
@@ -15,3 +15,5 @@

 ! { dg-final { scan-tree-dump "b = 5" "original" } }
 ! { dg-final { scan-tree-dump "return .a" "optimized" } }
+! { dg-final { cleanup-tree-dump "original" } }
+! { dg-final { cleanup-tree-dump "optimized" } }


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