From patchwork Fri Jul 23 17:13:55 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Uros Bizjak X-Patchwork-Id: 59826 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 69137B6EE8 for ; Sat, 24 Jul 2010 03:14:10 +1000 (EST) Received: (qmail 13393 invoked by alias); 23 Jul 2010 17:14:06 -0000 Received: (qmail 13376 invoked by uid 22791); 23 Jul 2010 17:14:04 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, TW_ZJ, T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-qw0-f47.google.com (HELO mail-qw0-f47.google.com) (209.85.216.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Jul 2010 17:13:57 +0000 Received: by qwg8 with SMTP id 8so3771472qwg.20 for ; Fri, 23 Jul 2010 10:13:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.11.129 with SMTP id t1mr2872182qat.59.1279905235470; Fri, 23 Jul 2010 10:13:55 -0700 (PDT) Received: by 10.229.228.148 with HTTP; Fri, 23 Jul 2010 10:13:55 -0700 (PDT) Date: Fri, 23 Jul 2010 19:13:55 +0200 Message-ID: Subject: [PATCH, testsuite]: Cleanup a couple of dump files. From: Uros Bizjak To: gcc-patches@gcc.gnu.org Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hello! 2010-07-23 Uros Bizjak * gcc.dg/tree-ssa/loadpre6.c: Cleanup fre dump file. * gcc.dg/ipa/ipa-sra-6.c: Cleanup eipa_sra dump file. * gcc.dg/ipa/pure-const-2.c: Cleanup local-pure-const1 and optimized dump files. Patch was tested on x86_64-pc-linux-gnu, committed to mainline. Uros. Index: gcc.dg/tree-ssa/loadpre6.c =================================================================== --- gcc.dg/tree-ssa/loadpre6.c (revision 162461) +++ gcc.dg/tree-ssa/loadpre6.c (working copy) @@ -76,4 +76,5 @@ /* { dg-final { scan-tree-dump-not "= unexpanded_var_list;" "fre" } } */ /* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre" } } */ /* { dg-final { scan-tree-dump-times "Insertions: 2" 1 "pre" } } */ +/* { dg-final { cleanup-tree-dump "fre" } } */ /* { dg-final { cleanup-tree-dump "pre" } } */ Index: gcc.dg/ipa/pure-const-2.c =================================================================== --- gcc.dg/ipa/pure-const-2.c (revision 162461) +++ gcc.dg/ipa/pure-const-2.c (working copy) @@ -26,3 +26,5 @@ } /* { dg-final { scan-tree-dump "found to be pure: i_am_pure" "local-pure-const1"} } */ /* { dg-final { scan-tree-dump-not "i_am_pure" "optimized"} } */ +/* { dg-final { cleanup-tree-dump "local-pure-const1" } } */ +/* { dg-final { cleanup-tree-dump "optimized" } } */ Index: gcc.dg/ipa/ipa-sra-6.c =================================================================== --- gcc.dg/ipa/ipa-sra-6.c (revision 162461) +++ gcc.dg/ipa/ipa-sra-6.c (working copy) @@ -30,3 +30,4 @@ } /* { dg-final { scan-tree-dump-times "foo " 1 "eipa_sra" } } */ +/* { dg-final { cleanup-tree-dump "eipa_sra" } } */