diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2023-09-18 16:36:24 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2023-09-18 16:36:52 +0200 |
commit | 0db533114235539199f6698d8d52c5101107567e (patch) | |
tree | 4b97cbe90d80c5b91a09e9493e8ef032da35372d | |
parent | ade81bb9079f3b84e49300a283c05ee9dc3e2af4 (diff) | |
download | gcc-0db533114235539199f6698d8d52c5101107567e.zip gcc-0db533114235539199f6698d8d52c5101107567e.tar.gz gcc-0db533114235539199f6698d8d52c5101107567e.tar.bz2 |
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.
-rw-r--r-- | gcc/testsuite/g++.target/nvptx/abi-nrv1.C (renamed from gcc/testsuite/g++.dg/abi/nvptx-nrv1.C) | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.target/nvptx/abi-ptrmem1.C (renamed from gcc/testsuite/g++.dg/abi/nvptx-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 index 6a05b4f..019d23a 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 index 0c57f29..346baaf 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. |