From patchwork Fri Jan 22 18:20:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nathan Sidwell X-Patchwork-Id: 571766 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 937001402DD for ; Sat, 23 Jan 2016 05:20:22 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=MDxW6RZp; 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 :subject:to:references:from:message-id:date:mime-version :in-reply-to:content-type; q=dns; s=default; b=DBugkevSgflW7RLpl 3XUqQK1myf8Eqdaut5oqhljFs75Yul3Lgn2wC1KXsY4ZtSMIQ/821ehZpJ5qRH7X PeLYA8n9TOOYxGOR/16Jkg1ylPMfyU6+lLqmHeyx3vv1CPD1ZsVC6q9AJpklf2yw VwFluBsF3a+Bbd0D5NN5uGR9VY= 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 :subject:to:references:from:message-id:date:mime-version :in-reply-to:content-type; s=default; bh=rxtdqLCyNAlL3DBbTzwN+XJ fN1M=; b=MDxW6RZp2UnxAFVvvuerKs6vVc7VcA6tx9ArA/DQufY/8nNrIEgdanI hGJeVlJkLj2wll52pGtVWL4SjdHFEUM6dX6NAkntMWAPLHBWCS28G4uQxgsPDIFJ qv2pzMkr8rgKVPRb73a5N1cSKOn/VP1iK7IHCJ8UjrIukMMw08W8= Received: (qmail 67885 invoked by alias); 22 Jan 2016 18:20:16 -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 67872 invoked by uid 89); 22 Jan 2016 18:20:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=BAYES_00, FREEMAIL_FROM, KAM_ASCII_DIVIDERS, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=no version=3.3.2 spammy=232738, vector_length, Specify X-HELO: mail-qg0-f44.google.com Received: from mail-qg0-f44.google.com (HELO mail-qg0-f44.google.com) (209.85.192.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 22 Jan 2016 18:20:14 +0000 Received: by mail-qg0-f44.google.com with SMTP id e32so64103295qgf.3 for ; Fri, 22 Jan 2016 10:20:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:to:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-type; bh=KZM45q31+ZdRLqhzIwpGisye+2iTviSkN9wnj1O01Ak=; b=M9yo8V6mIQnxdncqLEIZo3FdZRrfb8Sz9UskM8W4bIm1DAxtzeRevrDCFtkCIJ84C2 uVb35LlQRpjUcGK0n0/o67mGrMrwrmB50wPfzSGP8SoLnA7+xl0I5y6wLJZhlVzcExdS H+4yibt9L0/l9lDiR3M+6eLC6+6eDWkxlZ85NU7v7GwITc8Z7FGqaaYnBRY9ymRo450Y oWmKj4G90jQP22qIu6LNqF4grpPqhuPeNWxm1hwXEX4yLvZYLSGI72a7dipp2Bho6OGW hR9ZkOGtV3o/+PpY0NkEmMUiFu2iFbmxSm+TNbrtHUgb73WTD5cjETfgD8X3EFiCZI2V Ah7w== X-Gm-Message-State: AG10YOTATDB9Qvo/DJdJopBxkgka8O7DtJKo/3bbGbdHWAOp6QyZlBDkCClpyfCNJ9jO2Q== X-Received: by 10.140.147.11 with SMTP id 11mr5866522qht.93.1453486812677; Fri, 22 Jan 2016 10:20:12 -0800 (PST) Received: from ?IPv6:2601:181:c000:c497:a2a8:cdff:fe3e:b48? ([2601:181:c000:c497:a2a8:cdff:fe3e:b48]) by smtp.googlemail.com with ESMTPSA id o75sm3245792qgd.12.2016.01.22.10.20.12 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 22 Jan 2016 10:20:12 -0800 (PST) Subject: Re: [gomp4] fix some tests To: GCC Patches References: <56A271BD.8000804@acm.org> From: Nathan Sidwell Message-ID: <56A272D6.7070508@acm.org> Date: Fri, 22 Jan 2016 13:20:06 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <56A271BD.8000804@acm.org> These two libgomp tests were likewise presuming vector partitioning, without specifying it. nathan 2016-01-22 Nathan Sidwell * testsuite/libgomp.oacc-c-c++-common/routine-1.c: Specify vector. * testsuite/libgomp.oacc-c-c++-common/routine-2.c: Likewise. Index: libgomp/testsuite/libgomp.oacc-c-c++-common/routine-1.c =================================================================== --- libgomp/testsuite/libgomp.oacc-c-c++-common/routine-1.c (revision 232738) +++ libgomp/testsuite/libgomp.oacc-c-c++-common/routine-1.c (working copy) @@ -25,7 +25,7 @@ main() #pragma acc parallel copy (a[0:n]) vector_length (32) { -#pragma acc loop +#pragma acc loop vector for (i = 0; i < n; i++) a[i] = fact (i); } Index: libgomp/testsuite/libgomp.oacc-c-c++-common/routine-2.c =================================================================== --- libgomp/testsuite/libgomp.oacc-c-c++-common/routine-2.c (revision 232738) +++ libgomp/testsuite/libgomp.oacc-c-c++-common/routine-2.c (working copy) @@ -27,7 +27,7 @@ main() #pragma acc parallel copy (a[0:n]) vector_length (32) { -#pragma acc loop +#pragma acc loop vector for (i = 0; i < n; i++) a[i] = fact (i); }