From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18472 invoked by alias); 29 Oct 2014 10:26:57 -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 18462 invoked by uid 89); 29 Oct 2014 10:26:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 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-f180.google.com Received: from mail-wi0-f180.google.com (HELO mail-wi0-f180.google.com) (209.85.212.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 29 Oct 2014 10:26:55 +0000 Received: by mail-wi0-f180.google.com with SMTP id hi2so4117394wib.7 for ; Wed, 29 Oct 2014 03:26:52 -0700 (PDT) X-Received: by 10.194.59.17 with SMTP id v17mr1514150wjq.130.1414578412218; Wed, 29 Oct 2014 03:26:52 -0700 (PDT) Received: from msticlxl57.ims.intel.com (fmdmzpr03-ext.fm.intel.com. [192.55.54.38]) by mx.google.com with ESMTPSA id el4sm18241792wid.11.2014.10.29.03.26.47 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 29 Oct 2014 03:26:51 -0700 (PDT) Date: Wed, 29 Oct 2014 10:28:00 -0000 From: Kirill Yukhin To: Richard Biener , Jan Hubicka Cc: Ilya Verbin , Bernd Schmidt , Cary Coutant , Richard Biener , Jan Hubicka , gcc-patches , Thomas Schwinge , Andrey Turetskiy , Jakub Jelinek Subject: Re: [PATCH 4/n] OpenMP 4.0 offloading infrastructure: lto-wrapper Message-ID: <20141029102637.GB11186@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-10/txt/msg03026.txt.bz2 Hello Richard, Jan, On 16 Oct 13:22, Jakub Jelinek wrote: > On Thu, Oct 16, 2014 at 03:17:36PM +0400, Ilya Verbin wrote: > The rest LGTM, but please run it through LTO review (Richard/Honza) too. Ping? -- Thanks, k > > Jakub