From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37593 invoked by alias); 15 Jan 2016 11:48:35 -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 37580 invoked by uid 89); 15 Jan 2016 11:48:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Fri, 15 Jan 2016 11:48:33 +0000 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 6D8D1AAC1 for ; Fri, 15 Jan 2016 11:48:29 +0000 (UTC) Subject: Re: [hsa merge 07/10] IPA-HSA pass To: gcc-patches@gcc.gnu.org References: <20160113173925.220029649@virgil.suse.cz> <20160113173925.776317025@virgil.suse.cz> <20160114125858.GE3017@tucnak.redhat.com> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: <5698DC8D.6070505@suse.cz> Date: Fri, 15 Jan 2016 11:48:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20160114125858.GE3017@tucnak.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg01045.txt.bz2 On 01/14/2016 01:58 PM, Jakub Jelinek wrote: > Does it really need to be enabled whenever in_lto_p? > I mean, if HSA is not configured in, I think the gate should be false too. Sure, it can be removed, change will incorporated in final installed version of the file. Thanks, Martin