From patchwork Mon Jan 10 20:31:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 78201 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 40258B6EDF for ; Tue, 11 Jan 2011 07:33:21 +1100 (EST) Received: (qmail 19039 invoked by alias); 10 Jan 2011 20:32:21 -0000 Received: (qmail 18910 invoked by uid 22791); 10 Jan 2011 20:32:17 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from a.mail.sonic.net (HELO a.mail.sonic.net) (64.142.16.245) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Jan 2011 20:32:10 +0000 Received: from are.twiddle.net (are.twiddle.net [75.101.38.216]) by a.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id p0AKW8JB014742 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Jan 2011 12:32:08 -0800 Received: from anchor.twiddle.home (anchor.twiddle.home [172.31.0.4]) by are.twiddle.net (8.14.4/8.14.4) with ESMTP id p0AKW8Tq006748; Mon, 10 Jan 2011 12:32:08 -0800 Received: from anchor.twiddle.home (localhost.localdomain [127.0.0.1]) by anchor.twiddle.home (8.14.4/8.14.4) with ESMTP id p0AKW5o3019660; Mon, 10 Jan 2011 12:32:06 -0800 Received: (from rth@localhost) by anchor.twiddle.home (8.14.4/8.14.4/Submit) id p0AKW5Ox019659; Mon, 10 Jan 2011 12:32:05 -0800 From: Richard Henderson To: gcc-patches@gcc.gnu.org Cc: nickc@redhat.com, law@redhat.com, Richard Henderson Subject: [PATCH 03/28] mn10300: delete ASM_PN_FORMAT Date: Mon, 10 Jan 2011 12:31:32 -0800 Message-Id: <1294691517-19580-4-git-send-email-rth@redhat.com> In-Reply-To: <1294691517-19580-1-git-send-email-rth@redhat.com> References: <1294691517-19580-1-git-send-email-rth@redhat.com> X-IsSubscribed: yes 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 From: Richard Henderson Is there any real reason for this? It causes testsuite failures because the pattern doesn't match many of the dumps. --- gcc/config/mn10300/mn10300.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/gcc/config/mn10300/mn10300.h b/gcc/config/mn10300/mn10300.h index edc17f5..468c031 100644 --- a/gcc/config/mn10300/mn10300.h +++ b/gcc/config/mn10300/mn10300.h @@ -656,7 +656,10 @@ struct cum_arg #define ASM_OUTPUT_LABELREF(FILE, NAME) \ asm_fprintf (FILE, "%U%s", (*targetm.strip_name_encoding) (NAME)) +/* ??? Is there any real reason for this? It mucks up pattern matching + in the tree-ssa.exp testsuite. #define ASM_PN_FORMAT "%s___%lu" +*/ /* This is how we tell the assembler that two symbols have the same value. */