public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Thomas Schwinge <tschwinge@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-1554] Adjust 'libgomp.c-c++-common/requires-3.c'
Date: Thu,  7 Jul 2022 10:40:07 +0000 (GMT)	[thread overview]
Message-ID: <20220707104007.428B23857805@sourceware.org> (raw)

https://gcc.gnu.org/g:99831ceb872cd1a3f3207fd2dfe03ef65dd9089b

commit r13-1554-g99831ceb872cd1a3f3207fd2dfe03ef65dd9089b
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Thu Jul 7 09:59:45 2022 +0200

    Adjust 'libgomp.c-c++-common/requires-3.c'
    
    As documented, this one does "Check diagnostic by device-compiler's lto1".
    Indeed there are none when compiling with '-foffload=disable' with an
    offloading-enabled compiler, so we should use 'offload_target_[...]', as
    used in other similar test cases.
    
    Follow-up to recent commit 683f11843974f0bdf42f79cdcbb0c2b43c7b81b0
    "OpenMP: Move omp requires checks to libgomp".
    
            libgomp/
            * testsuite/libgomp.c-c++-common/requires-3.c: Adjust.

Diff:
---
 libgomp/testsuite/libgomp.c-c++-common/requires-3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgomp/testsuite/libgomp.c-c++-common/requires-3.c b/libgomp/testsuite/libgomp.c-c++-common/requires-3.c
index 4b07ffdd09b..7091f400ef0 100644
--- a/libgomp/testsuite/libgomp.c-c++-common/requires-3.c
+++ b/libgomp/testsuite/libgomp.c-c++-common/requires-3.c
@@ -1,4 +1,4 @@
-/* { dg-do link { target offloading_enabled } } */
+/* { dg-do link { target { offload_target_nvptx || offload_target_amdgcn } } } */
 /* { dg-additional-sources requires-3-aux.c } */
 
 /* Check diagnostic by device-compiler's lto1.


                 reply	other threads:[~2022-07-07 10:40 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=20220707104007.428B23857805@sourceware.org \
    --to=tschwinge@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).