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 r14-4104] Move 'g++.dg/abi/nvptx-[...].C' -> 'g++.target/nvptx/abi-[...].C'
Date: Mon, 18 Sep 2023 14:37:23 +0000 (GMT)	[thread overview]
Message-ID: <20230918143723.C418F3858002@sourceware.org> (raw)

https://gcc.gnu.org/g:0db533114235539199f6698d8d52c5101107567e

commit r14-4104-g0db533114235539199f6698d8d52c5101107567e
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Mon Sep 18 16:36:24 2023 +0200

    Move 'g++.dg/abi/nvptx-[...].C' -> 'g++.target/nvptx/abi-[...].C'
    
    ... instead of burying these nvptx-specific test cases within the generic ones.
    
            gcc/testsuite/
            * g++.dg/abi/nvptx-nrv1.C: Move...
            * g++.target/nvptx/abi-nrv1.C: ... here.
            * g++.dg/abi/nvptx-ptrmem1.C: Move...
            * g++.target/nvptx/abi-ptrmem1.C: ... here.

Diff:
---
 gcc/testsuite/{g++.dg/abi/nvptx-nrv1.C => g++.target/nvptx/abi-nrv1.C}  | 2 +-
 .../{g++.dg/abi/nvptx-ptrmem1.C => g++.target/nvptx/abi-ptrmem1.C}      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/g++.dg/abi/nvptx-nrv1.C b/gcc/testsuite/g++.target/nvptx/abi-nrv1.C
similarity index 97%
rename from gcc/testsuite/g++.dg/abi/nvptx-nrv1.C
rename to gcc/testsuite/g++.target/nvptx/abi-nrv1.C
index 6a05b4fc4c5..019d23ac29d 100644
--- a/gcc/testsuite/g++.dg/abi/nvptx-nrv1.C
+++ b/gcc/testsuite/g++.target/nvptx/abi-nrv1.C
@@ -1,4 +1,4 @@
-// { dg-do compile { target nvptx-*-* } }
+// { dg-do compile }
 // { dg-additional-options "-m64" }
 
 // Check NRV optimization doesn't change the PTX prototypes.
diff --git a/gcc/testsuite/g++.dg/abi/nvptx-ptrmem1.C b/gcc/testsuite/g++.target/nvptx/abi-ptrmem1.C
similarity index 96%
rename from gcc/testsuite/g++.dg/abi/nvptx-ptrmem1.C
rename to gcc/testsuite/g++.target/nvptx/abi-ptrmem1.C
index 0c57f29fa21..346baaf9d60 100644
--- a/gcc/testsuite/g++.dg/abi/nvptx-ptrmem1.C
+++ b/gcc/testsuite/g++.target/nvptx/abi-ptrmem1.C
@@ -1,4 +1,4 @@
-// { dg-do compile { target nvptx-*-* } }
+// { dg-do compile }
 // { dg-additional-options "-m64" }
 
 // ptr to member data is like sizeof.

                 reply	other threads:[~2023-09-18 14:37 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=20230918143723.C418F3858002@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).