From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2100) id 3916D385701A; Mon, 25 Oct 2021 15:06:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3916D385701A Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Giuliano Belinassi To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/giulianob/heads/pfe_backport)] Backport patchable_function_entry-decl.c: Do not run on Visium. X-Act-Checkin: gcc X-Git-Author: Eric Botcazou X-Git-Refname: refs/users/giulianob/heads/pfe_backport X-Git-Oldrev: 7e12d4ef76f860574dd7a822522238bdec2687d3 X-Git-Newrev: 7314f1ac164bde51f43dd1c96fe2f1e7be5dfe77 Message-Id: <20211025150609.3916D385701A@sourceware.org> Date: Mon, 25 Oct 2021 15:06:09 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2021 15:06:09 -0000 https://gcc.gnu.org/g:7314f1ac164bde51f43dd1c96fe2f1e7be5dfe77 commit 7314f1ac164bde51f43dd1c96fe2f1e7be5dfe77 Author: Eric Botcazou Date: Fri Feb 15 10:50:27 2019 +0000 Backport patchable_function_entry-decl.c: Do not run on Visium. gcc/testsuite/ChangeLog 2021-10-07 Giuliano Belinassi Backport from mainline 2019-02-15 Eric Botcazou * c-c++-common/patchable_function_entry-decl.c: Do not run on Visium. * c-c++-common/patchable_function_entry-default.c: Likewise. * c-c++-common/patchable_function_entry-definition.c: Likewise. Diff: --- gcc/testsuite/c-c++-common/patchable_function_entry-decl.c | 3 +-- gcc/testsuite/c-c++-common/patchable_function_entry-default.c | 3 +-- gcc/testsuite/c-c++-common/patchable_function_entry-definition.c | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/gcc/testsuite/c-c++-common/patchable_function_entry-decl.c b/gcc/testsuite/c-c++-common/patchable_function_entry-decl.c index 572297ca1f4..1f8009b0faa 100644 --- a/gcc/testsuite/c-c++-common/patchable_function_entry-decl.c +++ b/gcc/testsuite/c-c++-common/patchable_function_entry-decl.c @@ -1,6 +1,5 @@ -/* { dg-do compile { target { ! nvptx*-*-* } } } */ +/* { dg-do compile { target { ! { nvptx*-*-* visium-*-* } } } } */ /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */ -/* { dg-additional-options "-mcpu=gr6" { target visium-*-* } } /* { dg-final { scan-assembler-times "nop|NOP" 2 { target { ! { alpha*-*-* } } } } } */ /* { dg-final { scan-assembler-times "bis" 2 { target alpha*-*-* } } } */ diff --git a/gcc/testsuite/c-c++-common/patchable_function_entry-default.c b/gcc/testsuite/c-c++-common/patchable_function_entry-default.c index 942ec14c8e5..6b0318f0d66 100644 --- a/gcc/testsuite/c-c++-common/patchable_function_entry-default.c +++ b/gcc/testsuite/c-c++-common/patchable_function_entry-default.c @@ -1,6 +1,5 @@ -/* { dg-do compile { target { ! nvptx*-*-* } } } */ +/* { dg-do compile { target { ! { nvptx*-*-* visium-*-* } } } } */ /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */ -/* { dg-additional-options "-mcpu=gr6" { target visium-*-* } } /* { dg-final { scan-assembler-times "nop|NOP" 3 { target { ! { alpha*-*-* } } } } } */ /* { dg-final { scan-assembler-times "bis" 3 { target alpha*-*-* } } } */ diff --git a/gcc/testsuite/c-c++-common/patchable_function_entry-definition.c b/gcc/testsuite/c-c++-common/patchable_function_entry-definition.c index e88b0eb15c1..6667d3c558c 100644 --- a/gcc/testsuite/c-c++-common/patchable_function_entry-definition.c +++ b/gcc/testsuite/c-c++-common/patchable_function_entry-definition.c @@ -1,6 +1,5 @@ -/* { dg-do compile { target { ! nvptx*-*-* } } } */ +/* { dg-do compile { target { ! { nvptx*-*-* visium-*-* } } } } */ /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */ -/* { dg-additional-options "-mcpu=gr6" { target visium-*-* } } /* { dg-final { scan-assembler-times "nop|NOP" 1 { target { ! { alpha*-*-* } } } } } */ /* { dg-final { scan-assembler-times "bis" 1 { target alpha*-*-* } } } */