From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19385 invoked by alias); 21 Aug 2014 13:51:29 -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 19374 invoked by uid 89); 21 Aug 2014 13:51:28 -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,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yh0-f42.google.com Received: from mail-yh0-f42.google.com (HELO mail-yh0-f42.google.com) (209.85.213.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 21 Aug 2014 13:51:27 +0000 Received: by mail-yh0-f42.google.com with SMTP id a41so8152749yho.1 for ; Thu, 21 Aug 2014 06:51:25 -0700 (PDT) X-Received: by 10.236.41.234 with SMTP id h70mr80766890yhb.61.1408629085501; Thu, 21 Aug 2014 06:51:25 -0700 (PDT) Received: from msticlxl57.ims.intel.com (jfdmzpr02-ext.jf.intel.com. [134.134.137.71]) by mx.google.com with ESMTPSA id a57sm53544185yha.52.2014.08.21.06.51.22 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 21 Aug 2014 06:51:24 -0700 (PDT) Date: Thu, 21 Aug 2014 13:51:00 -0000 From: Ilya Verbin To: GCC Patches Cc: Kirill Yukhin , Jakub Jelinek , Bernd Schmidt , Thomas Schwinge , Richard Biener , Andrey Turetskiy Subject: Re: [GOMP4, RFC] OpenMP4 offload support for Intel PHI targets. Message-ID: <20140821135114.GA5634@msticlxl57.ims.intel.com> References: <20140702083817.GA1311@msticlxl57.ims.intel.com> <20140708115001.GC14139@msticlxl57.ims.intel.com> <20140714060756.GA51905@msticlxl57.ims.intel.com> <20140715093208.GA49412@msticlxl57.ims.intel.com> <20140719101533.GB32733@msticlxl57.ims.intel.com> <20140725165521.GB1317@msticlxl57.ims.intel.com> <20140807143550.GA53186@msticlxl57.ims.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140807143550.GA53186@msticlxl57.ims.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg02119.txt.bz2 Hello, The branch was rebased and updated: https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/kyukhin/gomp4-offload Now it requires even less actions to build and run an executable with offloading. Instructions on wiki were updated: https://gcc.gnu.org/wiki/Offloading#How_to_try_offloading_enabled_GCC Bootstrap and all tests in 'make check-target-libgomp' passed. -- Ilya