From patchwork Fri Oct 30 08:40:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thomas Schwinge X-Patchwork-Id: 538204 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id E99C21412DD for ; Fri, 30 Oct 2015 19:40:54 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=rphq4u8Z; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-type; q=dns; s=default; b=orH2s1hxT1BSJRu/ Eur5Uwlt4cRUVIg/2N7fPNGo8+VTkWK7hqRsWpzuXhqUY2sEweK9SsP+xzMMgO+V KTVUMYvCSyrFC7n3Wq+0UZCwDDRdt1IxGh+278xtjI3FWKH4XC4WA/+terj6gSYC QULFhhjMvXSmhrZN9YH96Zvib7Q= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=default; bh=fSP1bn+q7VMl8OgWWBCEuI aWDAA=; b=rphq4u8Z6nobamXMLnlPawD0DQaTpMsb1qduT0mCevdHPXZXXoL36G Dg56UryDGAq2ZmBKwBUYwK5+SZ9f/aGqSM1jTHHPoySnwMt9D9PkOkMVjqlYoO8x 5tDfyuqDubC04kpy0eCdHZX4XVvSL8tGs0KCukx5Cq9kOftfVJKXY= Received: (qmail 31449 invoked by alias); 30 Oct 2015 08:40:47 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 31440 invoked by uid 89); 30 Oct 2015 08:40:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 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; Fri, 30 Oct 2015 08:40:46 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-02.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1Zs5Eo-0002Xr-K8 from Thomas_Schwinge@mentor.com for gcc-patches@gcc.gnu.org; Fri, 30 Oct 2015 01:40:42 -0700 Received: from feldtkeller.schwinge.homeip.net (137.202.0.76) by SVR-IES-FEM-02.mgc.mentorg.com (137.202.0.106) with Microsoft SMTP Server id 14.3.224.2; Fri, 30 Oct 2015 08:40:42 +0000 From: Thomas Schwinge To: GCC Patches CC: Nathan Sidwell Subject: Re: [gomp4] acc_on_device In-Reply-To: <87d1vw4v0n.fsf@kepler.schwinge.homeip.net> References: <56327E51.1090507@acm.org> <87d1vw4v0n.fsf@kepler.schwinge.homeip.net> User-Agent: Notmuch/0.9-125-g4686d11 (http://notmuchmail.org) Emacs/24.5.1 (i586-pc-linux-gnu) Date: Fri, 30 Oct 2015 09:40:35 +0100 Message-ID: <878u6k4um4.fsf@kepler.schwinge.homeip.net> MIME-Version: 1.0 Hi! On Fri, 30 Oct 2015 09:31:52 +0100, I wrote: > > --- libgomp/testsuite/libgomp.oacc-c-c++-common/acc-on-device.c (revision 0) > > +++ libgomp/testsuite/libgomp.oacc-c-c++-common/acc-on-device.c (working copy) > > In r229568 committed to gomp-4_0-branch as obvious: > > commit e2c1427d60ffcc9183fbd5a0996dfe98c7219dc5 > Author: tschwinge > Date: Fri Oct 30 08:29:54 2015 +0000 > > De-duplicate testsuite file Chopped too much; in r229570 committed to gomp-4_0-branch as obvious: commit 07e6f70f45dc4bbe343a972bce05aee8e0897e2e Author: tschwinge Date: Fri Oct 30 08:39:02 2015 +0000 De-duplicate testsuite file: restore dg-do compile directive * testsuite/libgomp.oacc-c-c++-common/acc-on-device.c: Restore dg-do compile directive. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gomp-4_0-branch@229570 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgomp/ChangeLog.gomp | 3 +++ libgomp/testsuite/libgomp.oacc-c-c++-common/acc-on-device.c | 1 + 2 files changed, 4 insertions(+) Grüße Thomas diff --git libgomp/ChangeLog.gomp libgomp/ChangeLog.gomp index 89f57ef..ba33e02 100644 --- libgomp/ChangeLog.gomp +++ libgomp/ChangeLog.gomp @@ -1,5 +1,8 @@ 2015-10-30 Thomas Schwinge + * testsuite/libgomp.oacc-c-c++-common/acc-on-device.c: Restore + dg-do compile directive. + * testsuite/libgomp.oacc-c-c++-common/acc-on-device.c: De-duplicate file. diff --git libgomp/testsuite/libgomp.oacc-c-c++-common/acc-on-device.c libgomp/testsuite/libgomp.oacc-c-c++-common/acc-on-device.c index c1eed0e..88c000e 100644 --- libgomp/testsuite/libgomp.oacc-c-c++-common/acc-on-device.c +++ libgomp/testsuite/libgomp.oacc-c-c++-common/acc-on-device.c @@ -1,3 +1,4 @@ +/* { dg-do compile } */ /* { dg-additional-options "-O2" } */ #include