From: uros Date: Wed, 6 Jul 2011 21:48:15 +0000 (+0000) Subject: * gcc.dg/stack-layout-2.c: Cleanup expand rtl dump. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=f571192e89d39760b977f92b94a92322bdb0f5f6 * gcc.dg/stack-layout-2.c: Cleanup expand rtl dump. * 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9a0768c7a80..6ca307d68ed 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 5d5b385f675..9ed545d727a 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 1f5deed60fe..4dc493f097f 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" } }