From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30195 invoked by alias); 13 Jun 2011 18:09:02 -0000 Received: (qmail 30178 invoked by uid 22791); 13 Jun 2011 18:09:02 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD 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; Mon, 13 Jun 2011 18:08:43 +0000 Received: from hpaq13.eem.corp.google.com (hpaq13.eem.corp.google.com [172.25.149.13]) by smtp-out.google.com with ESMTP id p5DI8gVX029958 for ; Mon, 13 Jun 2011 11:08:42 -0700 Received: from yxd5 (yxd5.prod.google.com [10.190.1.197]) by hpaq13.eem.corp.google.com with ESMTP id p5DI6mO1011997 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Mon, 13 Jun 2011 11:08:40 -0700 Received: by yxd5 with SMTP id 5so2933165yxd.7 for ; Mon, 13 Jun 2011 11:08:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.13.15 with SMTP id 15mr6636218ybm.103.1307988520475; Mon, 13 Jun 2011 11:08:40 -0700 (PDT) Received: by 10.151.39.12 with HTTP; Mon, 13 Jun 2011 11:08:40 -0700 (PDT) In-Reply-To: <20110602141622.GC15093@host1.jankratochvil.net> References: <20110602141622.GC15093@host1.jankratochvil.net> Date: Mon, 13 Jun 2011 18:19:00 -0000 Message-ID: Subject: Re: [gcc patch 2/3] cp-demangle.c: New DMGL_RET_DROP From: Ian Lance Taylor To: Jan Kratochvil Cc: gcc-patches , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-06/txt/msg00986.txt.bz2 On Thu, Jun 2, 2011 at 7:16 AM, Jan Kratochvil wrote: > > include/ > 2011-05-24 =A0Jan Kratochvil =A0 > > =A0 =A0 =A0 =A0* demangle.h (DMGL_RET_POSTFIX): Extend the comment. > =A0 =A0 =A0 =A0(DMGL_RET_DROP): New. > > libiberty/ > 2011-05-24 =A0Jan Kratochvil =A0 > > =A0 =A0 =A0 =A0* cp-demangle.c (d_print_comp) : Do > =A0 =A0 =A0 =A0not pass DMGL_RET_POSTFIX or DMGL_RET_DROP. =A0Support DMG= L_RET_DROP. > =A0 =A0 =A0 =A0* testsuite/demangle-expected: New testcases for --ret-dro= p. > =A0 =A0 =A0 =A0* testsuite/test-demangle.c: Document --ret-drop in a comm= ent. > =A0 =A0 =A0 =A0(main): New variable ret_drop, fill it, call cplus_demangl= e with it. This is OK. Thanks. Ian