From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27627 invoked by alias); 23 Sep 2011 22:25:54 -0000 Received: (qmail 27608 invoked by uid 22791); 23 Sep 2011 22:25:53 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Sep 2011 22:25:39 +0000 Received: from wpaz33.hot.corp.google.com (wpaz33.hot.corp.google.com [172.24.198.97]) by smtp-out.google.com with ESMTP id p8NMPbBE021755 for ; Fri, 23 Sep 2011 15:25:38 -0700 Received: from ywt2 (ywt2.prod.google.com [10.192.20.2]) by wpaz33.hot.corp.google.com with ESMTP id p8NMOxVD025767 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Fri, 23 Sep 2011 15:25:36 -0700 Received: by ywt2 with SMTP id 2so4304980ywt.40 for ; Fri, 23 Sep 2011 15:25:36 -0700 (PDT) Received: by 10.68.38.169 with SMTP id h9mr5936939pbk.113.1316816736177; Fri, 23 Sep 2011 15:25:36 -0700 (PDT) Received: by 10.68.38.169 with SMTP id h9mr5936923pbk.113.1316816736022; Fri, 23 Sep 2011 15:25:36 -0700 (PDT) Received: from coign.google.com ([2620:0:1000:2301:21c:25ff:fe14:8d86]) by mx.google.com with ESMTPS id h5sm42535785pbq.11.2011.09.23.15.25.35 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 23 Sep 2011 15:25:35 -0700 (PDT) From: Ian Lance Taylor To: Cary Coutant Cc: Jakub Jelinek , gcc-patches Subject: Re: Ping: [libiberty patch] Add demangler support for cloned function symbols (PR 40831) References: <20110923074928.GP2687@tyan-ft48-01.lab.bos.redhat.com> Date: Sat, 24 Sep 2011 09:08:00 -0000 In-Reply-To: (Cary Coutant's message of "Fri, 23 Sep 2011 14:55:39 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-09/txt/msg01449.txt.bz2 Cary Coutant writes: >>> This patch is OK, with or without the testsuite additions Jakub >>> mentions. >> >> Thanks, I added the new tests, and tweaked the clone suffix parsing to >> allow the leading "_". >> >> Committed as r179132. > > Should I backport this patch to gcc-4_6-branch? Since you offer, that would be nice. Ian