From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16006 invoked by alias); 24 Mar 2012 15:39:31 -0000 Received: (qmail 15860 invoked by uid 22791); 24 Mar 2012 15:39:29 -0000 X-SWARE-Spam-Status: No, hits=-5.2 required=5.0 tests=AWL,BAYES_00,NO_DNS_FOR_FROM,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mga11.intel.com (HELO mga11.intel.com) (192.55.52.93) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 24 Mar 2012 15:39:05 +0000 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 24 Mar 2012 08:39:05 -0700 X-ExtLoop1: 1 Received: from gnu-4.sc.intel.com ([10.3.194.54]) by fmsmga001.fm.intel.com with ESMTP; 24 Mar 2012 08:39:04 -0700 Received: by gnu-4.sc.intel.com (Postfix, from userid 500) id D903B202AA; Sat, 24 Mar 2012 08:39:04 -0700 (PDT) Date: Sat, 24 Mar 2012 15:39:00 -0000 From: "H.J. Lu" To: gcc-patches@gcc.gnu.org Subject: PATCH [4.7]: Fix a typo in testsuite/demangle-expected Message-ID: <20120324153904.GA12820@lucon.org> Reply-To: "H.J. Lu" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-03/txt/msg01589.txt.bz2 Hi, I am checking this patch into 4.7 branch to fix a typo in testsuite/demangle-expected. Otherwise demangle test will fail. H.J. -- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 2517416..c0ed02f 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2012-03-24 H.J. Lu + + * testsuite/demangle-expected: Fix a typo. + 2012-03-22 Jason Merrill * cp-demangle.c (cplus_demangle_operators): Add li. diff --git a/libiberty/testsuite/demangle-expected b/libiberty/testsuite/demangle-expected index 616a127..d489692 100644 --- a/libiberty/testsuite/demangle-expected +++ b/libiberty/testsuite/demangle-expected @@ -4075,6 +4075,7 @@ decltype (new int{}) f1(int) --format=gnu-v3 _Zli2_wPKc operator"" _w(char const*) +--format=gnu-v3 _Z1fIiEDTnw_Dapifp_EET_ decltype (new auto({parm#1})) f(int) --format=gnu-v3