Skip asm goto tests on hppa*-*-*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Mon, 18 Jan 2021 15:45:47 +0000 (15:45 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 18 Jan 2021 15:45:47 +0000 (15:45 +0000)
gcc/testsuite/ChangeLog:

PR testsuite/97987
* gcc.c-torture/compile/asmgoto-2.c: Skip on hppa.
* gcc.c-torture/compile/asmgoto-5.c: Likewise.

gcc/testsuite/gcc.c-torture/compile/asmgoto-2.c
gcc/testsuite/gcc.c-torture/compile/asmgoto-5.c

index f1b30c028847733c3bf1e334dfd2496b67c4f76b..d2d2ac536bd681838210236f4061c9baa0043cd9 100644 (file)
@@ -1,5 +1,6 @@
 /* This test should be switched off for a new target with less than 4 allocatable registers */
 /* { dg-do compile } */
+/* { dg-skip-if "Reload target" { hppa*-*-* } } */
 int
 foo (void)
 {
index 94c14dd400591bcf7aa6bdd4efed2b12c23a96f3..ce751ced90ccdcfed15f5bd795a368cff51a0baa 100644 (file)
@@ -1,6 +1,7 @@
 /* Test to generate output reload in asm goto on x86_64.  */
 /* { dg-do compile } */
 /* { dg-skip-if "no O0" { { i?86-*-* x86_64-*-* } && { ! ia32 } } { "-O0" } { "" } } */
+/* { dg-skip-if "Reload target" { hppa*-*-* } } */
 
 #if defined __x86_64__
 #define ASM(s) asm (s)