From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80708 invoked by alias); 29 Apr 2019 19:35:04 -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 80694 invoked by uid 89); 29 Apr 2019 19:35:04 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=UD:lto-common.c, 2019-03-14, lto-common.c, 20190314 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 29 Apr 2019 19:35:03 +0000 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7C77B59454; Mon, 29 Apr 2019 19:35:02 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-11.rdu2.redhat.com [10.10.112.11]) by smtp.corp.redhat.com (Postfix) with ESMTP id 73735601B0; Mon, 29 Apr 2019 19:35:01 +0000 (UTC) Subject: Re: [PATCH 3/3] Fix GNU coding style in lto-common.c. To: marxin , gcc-patches@gcc.gnu.org Cc: hrishikeshparag@gmail.com, hubicka@ucw.cz References: From: Jeff Law Openpgp: preference=signencrypt Message-ID: <716dba30-d3e2-385d-6e93-354c85995a75@redhat.com> Date: Mon, 29 Apr 2019 19:43:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg01187.txt.bz2 On 3/14/19 7:02 AM, marxin wrote: > > gcc/lto/ChangeLog: > > 2019-03-14 Martin Liska > > * lto-common.c: Update coding style. > * lto.c (materialize_cgraph): Likewise. > --- > gcc/lto/lto-common.c | 214 ++++++++++++++++++++++--------------------- > gcc/lto/lto.c | 30 +++--- > 2 files changed, 128 insertions(+), 116 deletions(-) > OK once the others have gone in. jeff