From patchwork Sat Sep 4 19:43:12 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John David Anglin X-Patchwork-Id: 63802 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 77194B713F for ; Sun, 5 Sep 2010 05:43:27 +1000 (EST) Received: (qmail 10443 invoked by alias); 4 Sep 2010 19:43:22 -0000 Received: (qmail 10337 invoked by uid 22791); 4 Sep 2010 19:43:20 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL, BAYES_50, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hiauly1.hia.nrc.ca (HELO hiauly1.hia.nrc.ca) (132.246.100.193) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 04 Sep 2010 19:43:15 +0000 Received: by hiauly1.hia.nrc.ca (Postfix, from userid 1000) id 245794D42; Sat, 4 Sep 2010 15:43:12 -0400 (EDT) Subject: [committed] Modify regexp in gcc.dg/const-uniq-1.c To: gcc-patches@gcc.gnu.org Date: Sat, 4 Sep 2010 15:43:12 -0400 (EDT) From: "John David Anglin" MIME-Version: 1.0 Message-Id: <20100904194313.245794D42@hiauly1.hia.nrc.ca> 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 The enclosed change fixes PR testsuite/43957. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. Committed to trunk as obvious. Dave Index: gcc.dg/const-uniq-1.c =================================================================== --- gcc.dg/const-uniq-1.c (revision 163718) +++ gcc.dg/const-uniq-1.c (working copy) @@ -15,5 +15,5 @@ return a[i+1]; } -/* { dg-final { scan-tree-dump-times "LC0" 2 "gimple" } } */ +/* { dg-final { scan-tree-dump-times "L\\\$?C0" 2 "gimple" } } */ /* { dg-final { cleanup-tree-dump "gimple" } } */