From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17297 invoked by alias); 6 Nov 2014 13:00:54 -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 17280 invoked by uid 89); 6 Nov 2014 13:00:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f172.google.com Received: from mail-wi0-f172.google.com (HELO mail-wi0-f172.google.com) (209.85.212.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 06 Nov 2014 13:00:52 +0000 Received: by mail-wi0-f172.google.com with SMTP id bs8so1379149wib.17 for ; Thu, 06 Nov 2014 05:00:49 -0800 (PST) X-Received: by 10.194.23.104 with SMTP id l8mr5360640wjf.26.1415278849466; Thu, 06 Nov 2014 05:00:49 -0800 (PST) Received: from msticlxl57.ims.intel.com (fmdmzpr04-ext.fm.intel.com. [192.55.55.39]) by mx.google.com with ESMTPSA id ex2sm15906719wib.19.2014.11.06.05.00.44 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 06 Nov 2014 05:00:49 -0800 (PST) Date: Thu, 06 Nov 2014 13:00:00 -0000 From: Ilya Verbin To: Richard Biener Cc: Jan Hubicka , Jakub Jelinek , Jeff Law , Bernd Schmidt , Thomas Schwinge , Kirill Yukhin , Andrey Turetskiy , gcc-patches@gcc.gnu.org Subject: Re: [PATCH 4/n] OpenMP 4.0 offloading infrastructure: lto-wrapper Message-ID: <20141106130036.GA56724@msticlxl57.ims.intel.com> References: <20141009200703.GA56445@GumBook.local> <20141010065320.GA10376@tucnak.redhat.com> <20141010170043.GQ10376@tucnak.redhat.com> <20141013224247.GA61615@msticlxl57.ims.intel.com> <20141014094009.GX10376@tucnak.redhat.com> <20141015141856.GA46277@msticlxl57.ims.intel.com> <20141015143834.GQ10376@tucnak.redhat.com> <20141016111653.GA14423@msticlxl57.ims.intel.com> <20141016112253.GF10376@tucnak.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141016112253.GF10376@tucnak.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00444.txt.bz2 On 16 Oct 13:22, Jakub Jelinek wrote: > Can you please extract the configure{,.ac}, langhooks.c and varasm.c > bits into a separate patch? That is preapproved for trunk right now, that > isn't dependent on anything else. Done. > The rest LGTM, but please run it through LTO review (Richard/Honza) too. Richard, is this patch OK for trunk? Thanks, -- Ilya