From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67265 invoked by alias); 23 Sep 2015 17:43:28 -0000 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 Received: (qmail 67255 invoked by uid 89); 23 Sep 2015 17:43:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 23 Sep 2015 17:43:27 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1Zeo4h-0006GZ-L1 from Thomas_Schwinge@mentor.com ; Wed, 23 Sep 2015 10:43:23 -0700 Received: from feldtkeller.schwinge.homeip.net (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.3.224.2; Wed, 23 Sep 2015 18:43:22 +0100 From: Thomas Schwinge To: Trevor Saunders CC: David Malcolm , , Jeff Law Subject: Re: (patch,rfc) s/gimple/gimple */ In-Reply-To: <20150920005535.GA29886@tsaunders-iceball.corp.tor1.mozilla.com> References: <20150916131510.GA21102@tsaunders-iceball.corp.tor1.mozilla.com> <1442430674.32352.109.camel@surprise> <20150918133200.GA22271@tsaunders-iceball.corp.tor1.mozilla.com> <55FC2E95.4060504@redhat.com> <20150920005535.GA29886@tsaunders-iceball.corp.tor1.mozilla.com> User-Agent: Notmuch/0.9-125-g4686d11 (http://notmuchmail.org) Emacs/24.5.1 (i586-pc-linux-gnu) Date: Wed, 23 Sep 2015 17:57:00 -0000 Message-ID: <877fnhxc9d.fsf@kepler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-SW-Source: 2015-09/txt/msg01777.txt.bz2 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-length: 1586 Hi! On Sat, 19 Sep 2015 20:55:35 -0400, Trevor Saunders = wrote: > On Fri, Sep 18, 2015 at 09:32:37AM -0600, Jeff Law wrote: > > On 09/18/2015 07:32 AM, Trevor Saunders wrote: > > >On Wed, Sep 16, 2015 at 03:11:14PM -0400, David Malcolm wrote: > > >>On Wed, 2015-09-16 at 09:16 -0400, Trevor Saunders wrote: > > >>>I gave changing from gimple to gimple * a shot last week. > ok, its committed now :) I guess the following should also be adjusted? gcc/doc/gimple.texi:@subsection @code{gimple_statement_base} (gsbase) gcc/doc/gimple.texi:@cindex gimple_statement_base gcc/doc/gimple.texi:Inherited from @code{struct gimple_statement_base}. gcc/doc/gimple.texi: gimple_statement_base gcc/doc/gimple.texi:codes. Then you must add a corresponding gimple_st= atement_base subclass gcc/doc/gimple.texi:as a pointer to the appropriate gimple_statement_ba= se subclass. gcc/gdbhooks.py: pp.add_printer_for_types(['gimple', 'gimple_stateme= nt_base *', gcc/gimple.h: always stored in gimple_statement_base.subcode and they= may only be gcc/gimple.h: This is different than the BLOCK field in gimple_stat= ement_base, gcc/gimple.h: Note: This is based on gimple_statement_base, not g_s_o= mp, because g_s_omp gcc/doc/gimple.texi:@subsection @code{gimple_statement_base} (gsbase) gcc/doc/gimple.texi:@item @code{gsbase} @tab 256=20=20= =20=20=20=20=20=20 gcc/doc/gimple.texi:@item @code{gsbase} gcc/doc/gimple.texi:@item @code{gsbase} @tab 256 Gr=C3=BC=C3=9Fe, Thomas --=-=-= Content-Type: application/pgp-signature; name="signature.asc" Content-length: 472 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJWAuSuAAoJEK3/DN1sMFFtZyAIAJlBEFGjuPRLuzg+x8o3erxv mwTq9EXvDZBYWj5samXQOJBjbnKXSDXp98SvUVXcgd/+leP9Qp/U6kt0+P2jnSCW xBdTtoFsOr+S4UAvQWwuy0AsC88bXQP3SJznF+a9NztNvwuUf4plTgqdSzXZyo6g orfj96IuDWlrq6DFKDAz5ooyiEFisxDhOJs6tuAtNKGF7kiGzwWQ5TAVeitgTm8h rrjpLKFhFJxFxBbc7hidhOjTqapIEt+rPK5VKlgc5tQyW3TGOrWCnPbMmhGL09ty QZf16zvqnw+wPw6i3wnErFGwktpleNp+7x6fuUz/gn7rHJfUHanfZoB3YKVk4r0= =AmKB -----END PGP SIGNATURE----- --=-=-=--