From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23805 invoked by alias); 27 Dec 2013 05:32:12 -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 23796 invoked by uid 89); 27 Dec 2013 05:32:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mailout2.w1.samsung.com Received: from mailout2.w1.samsung.com (HELO mailout2.w1.samsung.com) (210.118.77.12) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (DES-CBC3-SHA encrypted) ESMTPS; Fri, 27 Dec 2013 05:32:11 +0000 Received: from eucpsbgm2.samsung.com (unknown [203.254.199.245]) by mailout2.w1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MYG00GN0A1HMG70@mailout2.w1.samsung.com> for gcc-patches@gcc.gnu.org; Fri, 27 Dec 2013 05:32:05 +0000 (GMT) Received: from eusync3.samsung.com ( [203.254.199.213]) by eucpsbgm2.samsung.com (EUCPMTA) with SMTP id 0F.09.18565.6D01DB25; Fri, 27 Dec 2013 05:32:06 +0000 (GMT) Received: from [106.109.8.63] by eusync3.samsung.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPA id <0MYG00NQQA1H4710@eusync3.samsung.com>; Fri, 27 Dec 2013 05:32:06 +0000 (GMT) Message-id: <52BD10FA.8020400@samsung.com> Date: Fri, 27 Dec 2013 05:32:00 -0000 From: Yury Gribov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-version: 1.0 To: Chung-Ju Wu , Sylvestre Ledru Cc: gcc patches Subject: Re: [Patch] PR55189 enable -Wreturn-type by default References: <52B4843D.3040804@debian.org> In-reply-to: Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg01910.txt.bz2 Chung-Wu wrote: > But I notice your ChangeLog formatting is not correct. > > You can refer to other entries in ChangeLog to refine yours, > and then resubmit the patch for review. :) Or - use contrib/mklog to autogenerate template ChangeLog for you. -Y