From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77402 invoked by alias); 2 Dec 2015 15:27:47 -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 77321 invoked by uid 89); 2 Dec 2015 15:27:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 02 Dec 2015 15:27:45 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1a49Jl-0004nx-8x from Tom_deVries@mentor.com ; Wed, 02 Dec 2015 07:27:41 -0800 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.3.224.2; Wed, 2 Dec 2015 15:27:39 +0000 Subject: Re: [OpenACC 0/7] host_data construct To: Julian Brown , Jakub Jelinek References: <56293476.5020801@codesourcery.com> <562A578E.4080907@codesourcery.com> <20151026183422.GW478@tucnak.redhat.com> <20151102183339.365c3d33@octopus> <20151112111621.657650bc@octopus> <20151118124747.30a2ec5d@octopus> <20151119131345.GX5675@tucnak.redhat.com> <20151119142650.5a8842e4@octopus> <20151119155723.GA5675@tucnak.redhat.com> <20151130193034.71143aa4@octopus> CC: James Norris , GCC Patches , "Joseph S. Myers" , Nathan Sidwell From: Tom de Vries Message-ID: <565F0DE8.6030005@mentor.com> Date: Wed, 02 Dec 2015 15:27: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: <20151130193034.71143aa4@octopus> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-12/txt/msg00292.txt.bz2 On 30/11/15 20:30, Julian Brown wrote: > libgomp/ > * oacc-parallel.c (GOACC_host_data): New function. > * libgomp.map (GOACC_host_data): Add to GOACC_2.0.1. > * testsuite/libgomp.oacc-c-c++-common/host_data-1.c: New test. > * testsuite/libgomp.oacc-c-c++-common/host_data-2.c: New test. > * testsuite/libgomp.oacc-c-c++-common/host_data-3.c: New test. > * testsuite/libgomp.oacc-c-c++-common/host_data-4.c: New test. > * testsuite/libgomp.oacc-c-c++-common/host_data-5.c: New test. > * testsuite/libgomp.oacc-c-c++-common/host_data-6.c: New test. > Hi, At r231169, I'm seeing these failures for a no-accelerator setup: ... FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/host_data-2.c -DACC_DEVICE_TYPE_host=1 -DACC_MEM_SHARED=1 execution test FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/host_data-4.c -DACC_DEVICE_TYPE_host=1 -DACC_MEM_SHARED=1 execution test FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/host_data-5.c -DACC_DEVICE_TYPE_host=1 -DACC_MEM_SHARED=1 execution test ... Thanks, - Tom