public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/omp/gcc-11] XFAIL libgomp.oacc-fortran/privatized-ref-2.f90 on nvptx
@ 2021-05-13 16:18 Kwok Yeung
  0 siblings, 0 replies; only message in thread
From: Kwok Yeung @ 2021-05-13 16:18 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6b838af20f2a1f9552b9fdc31f61dc8b4b466718

commit 6b838af20f2a1f9552b9fdc31f61dc8b4b466718
Author: Kwok Cheung Yeung <kcy@codesourcery.com>
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  <kcy@codesourcery.com>
    
            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  <kcy@codesourcery.com>
+
+	* testsuite/libgomp.oacc-fortran/privatized-ref-2.f90: XFAIL on nvptx.
+
 2020-09-16  Kwok Cheung Yeung  <kcy@codesourcery.com>
 
 	* 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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-13 16:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 16:18 [gcc/devel/omp/gcc-11] XFAIL libgomp.oacc-fortran/privatized-ref-2.f90 on nvptx Kwok Yeung

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).