From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4979 invoked by alias); 13 Jun 2011 22:37:13 -0000 Received: (qmail 4964 invoked by uid 22791); 13 Jun 2011 22:37:12 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Jun 2011 22:36:58 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5DMaw7H012484 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 13 Jun 2011 18:36:58 -0400 Received: from host1.jankratochvil.net (ovpn-113-23.phx2.redhat.com [10.3.113.23]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p5DMau70020143 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Jun 2011 18:36:57 -0400 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p5DMat6o032038; Tue, 14 Jun 2011 00:36:55 +0200 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p5DMatob032037; Tue, 14 Jun 2011 00:36:55 +0200 Date: Tue, 14 Jun 2011 00:00:00 -0000 From: Jan Kratochvil To: Ian Lance Taylor Cc: gcc-patches , gdb-patches@sourceware.org Subject: Re: [gcc patch 2/3] cp-demangle.c: New DMGL_RET_DROP Message-ID: <20110613223655.GB31462@host1.jankratochvil.net> References: <20110602141622.GC15093@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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-06/txt/msg01000.txt.bz2 On Mon, 13 Jun 2011 20:08:40 +0200, Ian Lance Taylor wrote: > On Thu, Jun 2, 2011 at 7:16 AM, Jan Kratochvil > wrote: > > > > include/ > > 2011-05-24  Jan Kratochvil   > > > >        * demangle.h (DMGL_RET_POSTFIX): Extend the comment. > >        (DMGL_RET_DROP): New. > > > > libiberty/ > > 2011-05-24  Jan Kratochvil   > > > >        * cp-demangle.c (d_print_comp) : Do > >        not pass DMGL_RET_POSTFIX or DMGL_RET_DROP.  Support DMGL_RET_DROP. > >        * testsuite/demangle-expected: New testcases for --ret-drop. > >        * testsuite/test-demangle.c: Document --ret-drop in a comment. > >        (main): New variable ret_drop, fill it, call cplus_demangle with it. > > This is OK. Checked in: http://gcc.gnu.org/viewcvs?view=revision&revision=175000 Thanks, Jan