From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1729) id 15B723AA9816; Thu, 13 May 2021 16:18:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 15B723AA9816 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Kwok Yeung To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/omp/gcc-11] XFAIL libgomp.oacc-fortran/privatized-ref-2.f90 on nvptx X-Act-Checkin: gcc X-Git-Author: Kwok Cheung Yeung X-Git-Refname: refs/heads/devel/omp/gcc-11 X-Git-Oldrev: 7dd235930ed87a83fc6441683aeab5e39f2749f4 X-Git-Newrev: 6b838af20f2a1f9552b9fdc31f61dc8b4b466718 Message-Id: <20210513161800.15B723AA9816@sourceware.org> Date: Thu, 13 May 2021 16:18:00 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2021 16:18:00 -0000 https://gcc.gnu.org/g:6b838af20f2a1f9552b9fdc31f61dc8b4b466718 commit 6b838af20f2a1f9552b9fdc31f61dc8b4b466718 Author: Kwok Cheung Yeung Date: Wed Sep 16 10:19:35 2020 -0700 XFAIL libgomp.oacc-fortran/privatized-ref-2.f90 on nvptx The testcase uses alloca, which is not currently supported on nvptx (see PR65181). 2020-09-16 Kwok Cheung Yeung libgomp/ * testsuite/libgomp.oacc-fortran/privatized-ref-2.f90: XFAIL on nvptx. Diff: --- libgomp/ChangeLog.omp | 4 ++++ libgomp/testsuite/libgomp.oacc-fortran/privatized-ref-2.f90 | 1 + 2 files changed, 5 insertions(+) diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index 737648bc957..6a420866ed4 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,7 @@ +2020-09-16 Kwok Cheung Yeung + + * testsuite/libgomp.oacc-fortran/privatized-ref-2.f90: XFAIL on nvptx. + 2020-09-16 Kwok Cheung Yeung * testsuite/libgomp.oacc-c++/privatized-ref-2.C (workers, vectors): diff --git a/libgomp/testsuite/libgomp.oacc-fortran/privatized-ref-2.f90 b/libgomp/testsuite/libgomp.oacc-fortran/privatized-ref-2.f90 index ca8fbe8cb76..658ab9e5728 100644 --- a/libgomp/testsuite/libgomp.oacc-fortran/privatized-ref-2.f90 +++ b/libgomp/testsuite/libgomp.oacc-fortran/privatized-ref-2.f90 @@ -1,4 +1,5 @@ ! { dg-do run } +! { dg-xfail-if "no alloca support" { offload_target_nvptx } } program main implicit none (type, external)