From e14d28a7a56bd43f9f8bc4e3b35d6674ea2418ff Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Sun, 10 Oct 2010 20:24:59 +0200 Subject: [PATCH] ic-misattribution-1a.c: Cleanup tree_profile_ipa instead of tree_profile dump file. * gcc.dg/tree-prof/ic-misattribution-1a.c: Cleanup tree_profile_ipa instead of tree_profile dump file. * g++.dg/tree-prof/inline_mismatch_args.C: Cleanup einline dump file. * gfortran.dg/derived_array_intrinisics_1.f90: Cleanup original dump file. From-SVN: r165259 --- gcc/testsuite/ChangeLog | 33 +++++++++++-------- .../g++.dg/tree-prof/inline_mismatch_args.C | 2 +- .../gcc.dg/tree-prof/ic-misattribution-1a.c | 2 +- .../derived_array_intrinisics_1.f90 | 1 + 4 files changed, 23 insertions(+), 15 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bde629f5c62..8e8c71c3e4e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2010-10-10 Uros Bizjak + + * gcc.dg/tree-prof/ic-misattribution-1a.c: Cleanup tree_profile_ipa + instead of tree_profile dump file. + * g++.dg/tree-prof/inline_mismatch_args.C: Cleanup einline dump file. + * gfortran.dg/derived_array_intrinisics_1.f90: Cleanup original + dump file. + 2010-10-10 Uros Bizjak * gcc.dg/lto/20101009-1_0.c (bar): Fix asm constraints. @@ -67,7 +75,7 @@ 2010-10-07 Nicola Pero Merge from 'apple/trunk' branch on FSF servers. - + 2006-04-26 Fariborz Jahanian Radar 4508851 @@ -108,7 +116,7 @@ PR middle-end/45869 * gcc.dg/torture/pr45869.c: New testcase. - + 2010-10-07 Iain Sandoe * objc.dg/set-not-used-1.m: New @@ -132,12 +140,12 @@ 2010-10-06 Nicola Pero Merge from 'apple/trunk' branch on FSF servers. - + 2005-12-14 Fariborz Jahanian Radar 4278774 * obj-c++.dg/encode-9.mm: New. - + 2010-10-06 Eric Botcazou * g++.dg/cpp0x/pr45908.C: New test. @@ -161,7 +169,7 @@ 2006-04-13 Fariborz Jahanian Radar 4502236 - * objc.dg/objc-foreach-5.m: New. + * objc.dg/objc-foreach-5.m: New. 2006-04-12 Fariborz Jahanian @@ -183,11 +191,11 @@ Radar 4294910 * objc.dg/objc-foreach-1.m: New -2010-10-06 Hariharan Sandanagobalane +2010-10-06 Hariharan Sandanagobalane * gcc.c-torture/execute/cmpsi-2.c : Unsigned comparisons should use unsigned values. - + 2010-10-05 Nicola Pero PR objc++/28050 @@ -226,12 +234,12 @@ Radar 4093475 * obj-c++.dg/syntax-error-[3-4].mm: New. - + 2005-08-02 Ziemowit Laski Radar 4185810 * obj-c++.dg/syntax-error-[1-2].mm: New. - + 2010-10-05 Ira Rosen PR tree-optimization/45752 @@ -464,7 +472,7 @@ * objc.dg/method-20b.m: Provide an implementation of Object. Adjust XFAIL for m64 NeXT runtime. * objc.dg/const-str-12b.m: Use mapped data types Darwin >= 9. - * objc.dg/encode-3.m: Correct line ordering, provide header for + * objc.dg/encode-3.m: Correct line ordering, provide header for sprintf. * objc.dg/encode-7-next.m: Only run for 32bit. * objc.dg/encode-7-next-64bit.m: Only run for 64bit. @@ -480,7 +488,7 @@ 2010-09-30 Nicola Pero Merge from 'apple/trunk' branch on FSF servers. - + 2005-10-04 Fariborz Jahanian Radar 4278236 @@ -887,8 +895,7 @@ 2010-09-22 Jakub Jelinek PR rtl-optimization/45739 - * gcc.target/i386/pr45739.c: Tighten up scan-assembler-not - regexps. + * gcc.target/i386/pr45739.c: Tighten up scan-assembler-not regexps. 2010-09-22 Eric Botcazou diff --git a/gcc/testsuite/g++.dg/tree-prof/inline_mismatch_args.C b/gcc/testsuite/g++.dg/tree-prof/inline_mismatch_args.C index 0049a5df96c..e82a46ebffd 100644 --- a/gcc/testsuite/g++.dg/tree-prof/inline_mismatch_args.C +++ b/gcc/testsuite/g++.dg/tree-prof/inline_mismatch_args.C @@ -33,4 +33,4 @@ int main(void) } /* { dg-final-use { scan-tree-dump "Inlining .*Super::Foo" "einline" } } */ /* { dg-final-use { scan-tree-dump-not "mismatched arguments" "einline" } } */ -/* { dg-final-use { cleanup-tree-dump "einline2" } } */ +/* { dg-final-use { cleanup-tree-dump "einline" } } */ diff --git a/gcc/testsuite/gcc.dg/tree-prof/ic-misattribution-1a.c b/gcc/testsuite/gcc.dg/tree-prof/ic-misattribution-1a.c index 2139972ce8b..caa10fec52f 100644 --- a/gcc/testsuite/gcc.dg/tree-prof/ic-misattribution-1a.c +++ b/gcc/testsuite/gcc.dg/tree-prof/ic-misattribution-1a.c @@ -19,4 +19,4 @@ main () return 0; } -/* { dg-final-use { cleanup-tree-dump "tree_profile" } } */ +/* { dg-final-use { cleanup-ipa-dump "tree_profile_ipa" } } */ diff --git a/gcc/testsuite/gfortran.dg/derived_array_intrinisics_1.f90 b/gcc/testsuite/gfortran.dg/derived_array_intrinisics_1.f90 index 07d89854eb7..274aada6aad 100644 --- a/gcc/testsuite/gfortran.dg/derived_array_intrinisics_1.f90 +++ b/gcc/testsuite/gfortran.dg/derived_array_intrinisics_1.f90 @@ -28,3 +28,4 @@ j = total end ! { dg-final { scan-tree-dump-times "j = 50" 1 "original" } } +! { dg-final { cleanup-tree-dump "original" } } -- 2.30.2