From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16213 invoked by alias); 29 Jun 2016 14:14:48 -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 16188 invoked by uid 89); 29 Jun 2016 14:14:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: paperclip.tbsaunde.org Received: from tbsaunde.org (HELO paperclip.tbsaunde.org) (66.228.47.254) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 Jun 2016 14:14:35 +0000 Received: from ball (unknown [IPv6:2607:f0c8:8000:80e0:56ee:75ff:fe52:afb9]) by paperclip.tbsaunde.org (Postfix) with ESMTPSA id 858A9C0CE; Wed, 29 Jun 2016 14:14:33 +0000 (UTC) Date: Wed, 29 Jun 2016 14:35:00 -0000 From: Trevor Saunders To: David Malcolm Cc: tbsaunde+gcc@tbsaunde.org, gcc-patches@gcc.gnu.org Subject: Re: [PATCH 2/9] c-decl.c: add [cd]tors to c_struct_parse_info Message-ID: <20160629141329.GA32039@ball> References: <1467203216-29569-1-git-send-email-tbsaunde+gcc@tbsaunde.org> <1467203216-29569-3-git-send-email-tbsaunde+gcc@tbsaunde.org> <1467206461.18068.23.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467206461.18068.23.camel@redhat.com> User-Agent: Mutt/1.6.0 (2016-04-01) X-SW-Source: 2016-06/txt/msg01981.txt.bz2 On Wed, Jun 29, 2016 at 09:21:01AM -0400, David Malcolm wrote: > On Wed, 2016-06-29 at 08:26 -0400, tbsaunde+gcc@tbsaunde.org wrote: > > From: Trevor Saunders > > > > gcc/c/ChangeLog: > > I may be missing my coffee here but you mention adding a constructor in > the ChangeLog here: No, I think I was missing mine, and you are right. I'll update the ChangeLog locally. Trev