Skip to content

Commit

Permalink
Move 'g++.dg/abi/nvptx-[...].C' -> 'g++.target/nvptx/abi-[...].C'
Browse files Browse the repository at this point in the history
... 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.
  • Loading branch information
tschwinge authored and ouuleilei-bot committed Sep 18, 2023
1 parent c2d62cd commit 841eda7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// { dg-do compile { target nvptx-*-* } }
// { dg-do compile }
// { dg-additional-options "-m64" }

// ptr to member data is like sizeof.
Expand Down

0 comments on commit 841eda7

Please sign in to comment.