stack-layout-2.c: Cleanup expand rtl dump.
authorUros Bizjak <ubizjak@gmail.com>
Wed, 6 Jul 2011 21:48:15 +0000 (23:48 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 6 Jul 2011 21:48:15 +0000 (23:48 +0200)
* gcc.dg/stack-layout-2.c: Cleanup expand rtl dump.
* gfortran.dg/move_alloc_4.f90: Cleanup original tree dump.

From-SVN: r175942

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/stack-layout-2.c
gcc/testsuite/gfortran.dg/move_alloc_4.f90

index 9a0768c7a80ff40659aeb4f57804f13d85c6e505..6ca307d68ed20dc0a9c0666ef838ebf617f562b2 100644 (file)
@@ -1,5 +1,10 @@
+2011-07-06  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/stack-layout-2.c: Cleanup expand rtl dump.
+       * gfortran.dg/move_alloc_4.f90: Cleanup original tree dump.
+
 2011-07-06  Georg-Johann Lay  <avr@gjlay.de>
-       
+
        * lib/target-supports.exp (check_profiling_available): Disable
        profiling with -fprofile-generate for target avr.
 
@@ -35,7 +40,7 @@
        * gcc.dg/pr43402.c: Ditto.
 
 2011-07-05  Georg-Johann Lay  <avr@gjlay.de>
-       
+
        * gcc.dg/cpp/pragma-3.c: Add dg-require-effective-target fopenmp.
 
 2011-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
index 5d5b385f675c17b4a7a41a3d0a314e007d77aec9..9ed545d727a5c33ac5f741719b1dfab118f8c39d 100644 (file)
@@ -21,3 +21,4 @@ int foo()
 }
 /* { dg-final { scan-rtl-dump "size 8192" "expand" } } */
 /* { dg-final { scan-rtl-dump "size 32" "expand" } } */
+/* { dg-final { cleanup-rtl-dump "expand" } } */
index 1f5deed60feebb71be3f3174a7045837ad389752..4dc493f097f13f2df852b415db335670a8f59447 100644 (file)
@@ -20,3 +20,4 @@ program testmv3
 end program testmv3 
 
 ! { dg-final { scan-tree-dump-times "__builtin_free" 9 "original" } }
+! { dg-final { cleanup-tree-dump "original" } }