From 0211f6178ac3f9b16aeaed322a70df6fe458472b Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Sat, 22 Nov 2014 09:26:06 +0100 Subject: [PATCH] store-motion-fgcse-sm.c (dg-final): Cleanup store_modtion rtl dump. * gcc.dg/store-motion-fgcse-sm.c (dg-final): Cleanup store_modtion rtl dump. * gcc.dg/var-expand1.c (dg-final): Cleanup loop2_unroll rtl dump. * gcc.dg/var-expand3.c (dg-final): Ditto. From-SVN: r217961 --- gcc/testsuite/ChangeLog | 9 ++++++++- gcc/testsuite/gcc.dg/store-motion-fgcse-sm.c | 2 ++ gcc/testsuite/gcc.dg/var-expand1.c | 2 +- gcc/testsuite/gcc.dg/var-expand3.c | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b2125991d22..11d5fd28237 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2014-11-22 Uros Bizjak + + * gcc.dg/store-motion-fgcse-sm.c (dg-final): Cleanup + store_modtion rtl dump. + * gcc.dg/var-expand1.c (dg-final): Cleanup loop2_unroll rtl dump. + * gcc.dg/var-expand3.c (dg-final): Ditto. + 2014-11-22 Uros Bizjak * gcc.target/i386/avx512vl-vpermb-2.c: Require avx512vbmi. @@ -1876,7 +1883,7 @@ * g++.dg/ipa/devirt-45.C (dg-options): Ditto. * g++.dg/tree-prof/morefunc.C (dg-final-use): Cleanup profile ipa dump. * g++.dg/tree-prof/reorder.C (dg-final-use): Ditto. - * g++.dg/tree-prof/pr35545.C (dg-fina-use): Cleanup profile_estimate + * g++.dg/tree-prof/pr35545.C (dg-final-use): Cleanup profile_estimate ipa dump. * gcc.dg/fold-reassoc-3.c (dg-final): Fix scan string. Cleanup original tree dump. diff --git a/gcc/testsuite/gcc.dg/store-motion-fgcse-sm.c b/gcc/testsuite/gcc.dg/store-motion-fgcse-sm.c index b331a24e346..c291d707ae1 100644 --- a/gcc/testsuite/gcc.dg/store-motion-fgcse-sm.c +++ b/gcc/testsuite/gcc.dg/store-motion-fgcse-sm.c @@ -30,3 +30,5 @@ main () /* Check that -fgcse-sm did something for f. */ /* { dg-final { scan-rtl-dump "STORE_MOTION of f, .* basic blocks, 1 insns deleted, 1 insns created" "store_motion" } } */ +/* { dg-final { cleanup-rtl-dump "store_motion" } } */ + diff --git a/gcc/testsuite/gcc.dg/var-expand1.c b/gcc/testsuite/gcc.dg/var-expand1.c index a784ea1a041..7de4cfba1ae 100644 --- a/gcc/testsuite/gcc.dg/var-expand1.c +++ b/gcc/testsuite/gcc.dg/var-expand1.c @@ -25,4 +25,4 @@ int main (void) } /* { dg-final { scan-rtl-dump "Expanding Accumulator" "loop2_unroll" } } */ -/* { dg-final { cleanup-rtl-dump "loop*" } } */ +/* { dg-final { cleanup-rtl-dump "loop2_unroll" } } */ diff --git a/gcc/testsuite/gcc.dg/var-expand3.c b/gcc/testsuite/gcc.dg/var-expand3.c index a9d0fe917b8..4bb1bbff9d5 100644 --- a/gcc/testsuite/gcc.dg/var-expand3.c +++ b/gcc/testsuite/gcc.dg/var-expand3.c @@ -51,7 +51,7 @@ main (void) } /* { dg-final { scan-rtl-dump "Expanding Accumulator" "loop2_unroll" } } */ -/* { dg-final { cleanup-rtl-dump "loop*" } } */ +/* { dg-final { cleanup-rtl-dump "loop2_unroll" } } */ -- 2.30.2