From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id C418F3858002; Mon, 18 Sep 2023 14:37:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C418F3858002 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695047843; bh=UirCbfiPtLmOsGlIsqVbq0Wffd6AEB8oPfP93VN7HFo=; h=From:To:Subject:Date:From; b=rgcxi4jsEFRmA0p0mQraa8pK3t4YGYUzmNKQS5TibzKRl5oEpzEUxhhtcN1D/acZH 2cNgzOsf2xCGXQHmK16Fe2ySAY3UMFpkzDV6IjUUrB3Ed1t0Up+A5b3Eul5/Xpt/X1 S/LR0UVg0AhT4LdgG6KCxaeBUSSayLW16W2XvE48= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc r14-4104] Move 'g++.dg/abi/nvptx-[...].C' -> 'g++.target/nvptx/abi-[...].C' X-Act-Checkin: gcc X-Git-Author: Thomas Schwinge X-Git-Refname: refs/heads/master X-Git-Oldrev: ade81bb9079f3b84e49300a283c05ee9dc3e2af4 X-Git-Newrev: 0db533114235539199f6698d8d52c5101107567e Message-Id: <20230918143723.C418F3858002@sourceware.org> Date: Mon, 18 Sep 2023 14:37:23 +0000 (GMT) List-Id: https://gcc.gnu.org/g:0db533114235539199f6698d8d52c5101107567e commit r14-4104-g0db533114235539199f6698d8d52c5101107567e Author: Thomas Schwinge 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.