From 04543ace474c672b9f95d52e985e41e4e7207200 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Wed, 6 Jul 2011 23:48:15 +0200 Subject: [PATCH] stack-layout-2.c: Cleanup expand rtl dump. * 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 | 9 +++++++-- gcc/testsuite/gcc.dg/stack-layout-2.c | 1 + gcc/testsuite/gfortran.dg/move_alloc_4.f90 | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9a0768c..6ca307d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,10 @@ +2011-07-06 Uros Bizjak + + * 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 - + * 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 - + * gcc.dg/cpp/pragma-3.c: Add dg-require-effective-target fopenmp. 2011-07-05 Michael Meissner diff --git a/gcc/testsuite/gcc.dg/stack-layout-2.c b/gcc/testsuite/gcc.dg/stack-layout-2.c index 5d5b385..9ed545d 100644 --- a/gcc/testsuite/gcc.dg/stack-layout-2.c +++ b/gcc/testsuite/gcc.dg/stack-layout-2.c @@ -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" } } */ diff --git a/gcc/testsuite/gfortran.dg/move_alloc_4.f90 b/gcc/testsuite/gfortran.dg/move_alloc_4.f90 index 1f5deed..4dc493f 100644 --- a/gcc/testsuite/gfortran.dg/move_alloc_4.f90 +++ b/gcc/testsuite/gfortran.dg/move_alloc_4.f90 @@ -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" } } -- 2.7.4