Skip asm goto tests on hppa*-*-*.
gcc/testsuite/ChangeLog: PR testsuite/97987 * gcc.c-torture/compile/asmgoto-2.c: Skip on hppa. * gcc.c-torture/compile/asmgoto-5.c: Likewise.
This commit is contained in:
parent
66cbe54960
commit
76c1dd15e4
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue