OSDN Git Service

* gcc.dg/stack-layout-2.c: Cleanup expand rtl dump.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Jul 2011 21:48:15 +0000 (21:48 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Jul 2011 21:48:15 +0000 (21:48 +0000)
* gfortran.dg/move_alloc_4.f90: Cleanup original tree dump.

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

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

index 9a0768c..6ca307d 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 5d5b385..9ed545d 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 1f5deed..4dc493f 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" } }