61 lines
3.0 KiB
Diff
61 lines
3.0 KiB
Diff
From 7314f1ac164bde51f43dd1c96fe2f1e7be5dfe77 Mon Sep 17 00:00:00 2001
|
|
From: Eric Botcazou <ebotcazou@adacore.com>
|
|
Date: Fri, 15 Feb 2019 10:50:27 +0000
|
|
Subject: [PATCH 10/22] Backport patchable_function_entry-decl.c: Do not run on
|
|
Visium.
|
|
|
|
gcc/testsuite/ChangeLog
|
|
2021-10-07 Giuliano Belinassi <gbelinassi@suse.de>
|
|
|
|
Backport from mainline
|
|
2019-02-15 Eric Botcazou <ebotcazou@adacore.com>
|
|
|
|
* 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.
|
|
---
|
|
gcc/testsuite/c-c++-common/patchable_function_entry-decl.c | 3 +--
|
|
gcc/testsuite/c-c++-common/patchable_function_entry-default.c | 3 +--
|
|
.../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*-*-* } } } */
|
|
|
|
--
|
|
2.33.1
|
|
|