public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Tom de Vries <vries@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r11-3683] [openacc, libgomp, testsuite] Xfail declare-5.f90
Date: Tue,  6 Oct 2020 16:44:29 +0000 (GMT)	[thread overview]
Message-ID: <20201006164429.DD1143959CBE@sourceware.org> (raw)

https://gcc.gnu.org/g:1644d7f4c1c4f99231d7de5e35fa7ce2d2e2c4c6

commit r11-3683-g1644d7f4c1c4f99231d7de5e35fa7ce2d2e2c4c6
Author: Tom de Vries <tdevries@suse.de>
Date:   Tue Oct 6 18:12:52 2020 +0200

    [openacc, libgomp, testsuite] Xfail declare-5.f90
    
    We're currently running into:
    ...
    FAIL: libgomp.oacc-fortran/declare-5.f90 -DACC_DEVICE_TYPE_nvidia=1 \
      -DACC_MEM_SHARED=0 -foffload=nvptx-none  -O0  execution test
    FAIL: libgomp.oacc-fortran/declare-5.f90 -DACC_DEVICE_TYPE_nvidia=1 \
      -DACC_MEM_SHARED=0 -foffload=nvptx-none  -O1  execution test
    FAIL: libgomp.oacc-fortran/declare-5.f90 -DACC_DEVICE_TYPE_nvidia=1 \
      -DACC_MEM_SHARED=0 -foffload=nvptx-none  -O2  execution test
    FAIL: libgomp.oacc-fortran/declare-5.f90 -DACC_DEVICE_TYPE_nvidia=1 \
      -DACC_MEM_SHARED=0 -foffload=nvptx-none  -O3 -fomit-frame-pointer \
      -funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
    FAIL: libgomp.oacc-fortran/declare-5.f90 -DACC_DEVICE_TYPE_nvidia=1 \
      -DACC_MEM_SHARED=0 -foffload=nvptx-none  -O3 -g  execution test
    FAIL: libgomp.oacc-fortran/declare-5.f90 -DACC_DEVICE_TYPE_nvidia=1 \
      -DACC_MEM_SHARED=0 -foffload=nvptx-none  -Os  execution test
    ...
    
    A PR was filed for this: PR92790 - "[OpenACC] declare device_resident -
    Fortran common blocks not handled / libgomp.oacc-fortran/declare-5.f90 fails"
    
    Xfail the fails.
    
    Tested on x86_64-linux with nvptx accelerator.
    
    libgomp/ChangeLog:
    
    2020-10-06  Tom de Vries  <tdevries@suse.de>
    
            * testsuite/libgomp.oacc-fortran/declare-5.f90: Add xfail for PR92790.

Diff:
---
 libgomp/testsuite/libgomp.oacc-fortran/declare-5.f90 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libgomp/testsuite/libgomp.oacc-fortran/declare-5.f90 b/libgomp/testsuite/libgomp.oacc-fortran/declare-5.f90
index 2fd25d611a9..ab434f7f127 100644
--- a/libgomp/testsuite/libgomp.oacc-fortran/declare-5.f90
+++ b/libgomp/testsuite/libgomp.oacc-fortran/declare-5.f90
@@ -1,4 +1,5 @@
 ! { dg-do run }
+! { dg-xfail-run-if "PR92790 - acc declare device_resident - Fortran common blocks not handled" { *-*-* } { "*" } { "-DACC_DEVICE_TYPE_host=1" } }
 
 module vars
   implicit none


                 reply	other threads:[~2020-10-06 16:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201006164429.DD1143959CBE@sourceware.org \
    --to=vries@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).