From patchwork Tue Oct 15 14:08:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jack Howarth X-Patchwork-Id: 283638 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]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 658DE2C00C4 for ; Wed, 16 Oct 2013 01:09:04 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; q=dns; s=default; b=W1AHlAG9YontoqOYO GY35lOrwXTPoJHagSrB4yEd6T839++XcOBaAuzwPzhoUuT5pN5SmzYJDWDx2CzP3 IBCCOQOBJDJiVqS8g2zOO3oWVyo5T8N55DxISlCJDUR7xtKWcL84pT9j580seAXw E5SwCMlEE6A6nahPo4gkcGw/P4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=default; bh=Iunxtup6u8P9QVtN6NLpaIb f5QI=; b=qpDDEw+KeB0btdA8x6rze9O8WqGngtkZGZv3kg1cqH6uw8MeLSvMt2z Grka6iG3icZ1clt+Cq3np4BEgjuWi6C3g2hR+jfrxCIfldPUwqq5xkttcPXYtzaR k9EYmN/OXZBRUcjRgXwjMoP6nA2WDazMpCaRxezXBWhFYb66HqkQ= Received: (qmail 4749 invoked by alias); 15 Oct 2013 14:08:52 -0000 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 Received: (qmail 4695 invoked by uid 89); 15 Oct 2013 14:08:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: bromo.med.uc.edu Received: from bromo.med.uc.edu (HELO bromo.med.uc.edu) (129.137.3.146) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 15 Oct 2013 14:08:50 +0000 Received: from bromo.med.uc.edu (localhost.localdomain [127.0.0.1]) by bromo.med.uc.edu (Postfix) with ESMTP id AC53EB0022; Tue, 15 Oct 2013 10:08:48 -0400 (EDT) Received: (from howarth@localhost) by bromo.med.uc.edu (8.14.3/8.14.3/Submit) id r9FE8lnF012886; Tue, 15 Oct 2013 10:08:47 -0400 Date: Tue, 15 Oct 2013 10:08:47 -0400 From: Jack Howarth To: Mike Stump Cc: Marcus Shawcroft , "gcc-patches@gcc.gnu.org" , wmi@google.com Subject: Re: [PATCH] Fix pr571518.c test case. Message-ID: <20131015140847.GA12822@bromo.med.uc.edu> References: <51D5A004.4070102@arm.com> <96C5DD31-D1B9-4449-B78F-6CDC3A71DB68@comcast.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <96C5DD31-D1B9-4449-B78F-6CDC3A71DB68@comcast.net> User-Agent: Mutt/1.5.18 (2008-05-17) On Fri, Jul 05, 2013 at 09:25:52AM -0700, Mike Stump wrote: > On Jul 4, 2013, at 9:17 AM, Marcus Shawcroft wrote: > > * gcc.dg/pr57518.c: Adjust scan-rtl-dump-not pattern. > > [ If you want a review or need an approval, be sure to ask Ok? Just in case you forgot... ] Ok. > > Thanks. Looks like this fix should have been applied to the gcc-4_8-branch as well... http://gcc.gnu.org/ml/gcc-testresults/2013-10/msg01077.html Too late for gcc 4.8.2 I guess but after the branch reopens... 2013-07-04 Marcus Shawcroft * gcc.dg/pr57518.c: Adjust scan-rtl-dump-not pattern. should be applied there for gcc 4.8.3. Jack diff --git a/gcc/testsuite/gcc.dg/pr57518.c b/gcc/testsuite/gcc.dg/pr57518.c index 4c84a85..47e819c 100644 --- a/gcc/testsuite/gcc.dg/pr57518.c +++ b/gcc/testsuite/gcc.dg/pr57518.c @@ -2,7 +2,7 @@ /* { dg-do compile } */ /* { dg-options "-O2 -fdump-rtl-ira" } */ -/* { dg-final { scan-rtl-dump-not "REG_EQUIV.*mem.*\"ip\"" "ira" } } */ +/* { dg-final { scan-rtl-dump-not "REG_EQUIV\[^\n\]*mem\[^\n\]*\"ip\"" "ira" } } */ char ip[10]; int total;