public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/giulianob/heads/pfe_backport_dirty)] Backport Adapt scan-assembler-times for alpha*-*-*
@ 2021-10-25 15:01 Giuliano Belinassi
  0 siblings, 0 replies; 2+ messages in thread
From: Giuliano Belinassi @ 2021-10-25 15:01 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1196592900a59e43a7170f6182613ff9f76e5502

commit 1196592900a59e43a7170f6182613ff9f76e5502
Author: Uros Bizjak <ubizjak@gmail.com>
Date:   Wed Aug 16 20:44:28 2017 +0200

    Backport Adapt scan-assembler-times for alpha*-*-*
    
    testsuite/ChangeLog
    2021-10-07  Giuliano Belinassi  <gbelinassi@suse.de>
    
            Backport from mainline
            2017-08-16  Uros Bizjak  <ubizjak@gmail.com>
    
            * c-c++-common/patchable_function_entry-decl.c (dg-final): Adapt
            scan-assembler-times for alpha*-*-*.
            * c-c++-common/patchable_function_entry-default.c (dg-final): Ditto.
            * c-c++-common/patchable_function_entry-definition.c (dg-final): Ditto.

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, 6 insertions(+), 3 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 5c39a354559..fb61ac31795 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,7 @@
 /* { dg-do compile { target { ! nvptx*-*-* } } } */
 /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */
-/* { dg-final { scan-assembler-times "nop" 2 } } */
+/* { dg-final { scan-assembler-times "nop" 2 { target { ! alpha*-*-* } } } } */
+/* { dg-final { scan-assembler-times "bis" 2 { target alpha*-*-* } } } */
 
 extern int a;
 
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 48094f75f78..c18f9e6bd39 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,7 @@
 /* { dg-do compile { target { ! nvptx*-*-* } } } */
 /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */
-/* { dg-final { scan-assembler-times "nop" 3 } } */
+/* { dg-final { scan-assembler-times "nop" 3 { target { ! alpha*-*-* } } } } */
+/* { dg-final { scan-assembler-times "bis" 3 { target alpha*-*-* } } } */
 
 extern int a;
 
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 af8202f283b..54a57ba7226 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,7 @@
 /* { dg-do compile { target { ! nvptx*-*-* } } } */
 /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */
-/* { dg-final { scan-assembler-times "nop" 1 } } */
+/* { dg-final { scan-assembler-times "nop" 1 { target { ! alpha*-*-* } } } } */
+/* { dg-final { scan-assembler-times "bis" 1 { target alpha*-*-* } } } */
 
 extern int a;


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/users/giulianob/heads/pfe_backport_dirty)] Backport Adapt scan-assembler-times for alpha*-*-*
@ 2021-10-11 20:33 Giuliano Belinassi
  0 siblings, 0 replies; 2+ messages in thread
From: Giuliano Belinassi @ 2021-10-11 20:33 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:61a24c4d08f1fbccff2f7564ec1f3a3303b10f34

commit 61a24c4d08f1fbccff2f7564ec1f3a3303b10f34
Author: Uros Bizjak <ubizjak@gmail.com>
Date:   Wed Aug 16 20:44:28 2017 +0200

    Backport Adapt scan-assembler-times for alpha*-*-*
    
    patchable_function_entry-decl.c (dg-final): Adapt scan-assembler-times for alpha*-*-*.
    
            * c-c++-common/patchable_function_entry-decl.c (dg-final): Adapt
            scan-assembler-times for alpha*-*-*.
            * c-c++-common/patchable_function_entry-default.c (dg-final): Ditto.
            * c-c++-common/patchable_function_entry-definition.c (dg-final): Ditto.

Diff:
---
 gcc/testsuite/ChangeLog                                        | 10 ++++++++++
 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 ++-
 4 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 17fb03ea2aa..fe75b1dfef2 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,13 @@
+2021-10-07  Giuliano Belinassi  <gbelinassi@suse.de>
+
+	Backport from mainline
+	2017-08-16  Uros Bizjak  <ubizjak@gmail.com>
+
+	* c-c++-common/patchable_function_entry-decl.c (dg-final): Adapt
+	scan-assembler-times for alpha*-*-*.
+	* c-c++-common/patchable_function_entry-default.c (dg-final): Ditto.
+	* c-c++-common/patchable_function_entry-definition.c (dg-final): Ditto.
+
 2021-10-07  Giuliano Belinassi  <gbelinassi@suse.de>
 
 	Backport from mainline
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 5c39a354559..fb61ac31795 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,7 @@
 /* { dg-do compile { target { ! nvptx*-*-* } } } */
 /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */
-/* { dg-final { scan-assembler-times "nop" 2 } } */
+/* { dg-final { scan-assembler-times "nop" 2 { target { ! alpha*-*-* } } } } */
+/* { dg-final { scan-assembler-times "bis" 2 { target alpha*-*-* } } } */
 
 extern int a;
 
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 48094f75f78..c18f9e6bd39 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,7 @@
 /* { dg-do compile { target { ! nvptx*-*-* } } } */
 /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */
-/* { dg-final { scan-assembler-times "nop" 3 } } */
+/* { dg-final { scan-assembler-times "nop" 3 { target { ! alpha*-*-* } } } } */
+/* { dg-final { scan-assembler-times "bis" 3 { target alpha*-*-* } } } */
 
 extern int a;
 
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 af8202f283b..54a57ba7226 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,7 @@
 /* { dg-do compile { target { ! nvptx*-*-* } } } */
 /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */
-/* { dg-final { scan-assembler-times "nop" 1 } } */
+/* { dg-final { scan-assembler-times "nop" 1 { target { ! alpha*-*-* } } } } */
+/* { dg-final { scan-assembler-times "bis" 1 { target alpha*-*-* } } } */
 
 extern int a;


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-25 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 15:01 [gcc(refs/users/giulianob/heads/pfe_backport_dirty)] Backport Adapt scan-assembler-times for alpha*-*-* Giuliano Belinassi
  -- strict thread matches above, loose matches on Subject: below --
2021-10-11 20:33 Giuliano Belinassi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).