diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2023-04-08 17:25:25 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2023-04-08 17:25:25 +0000 |
commit | a99f6c7f0bafcfc856756c0eb9e4470dfa909341 (patch) | |
tree | e428bf3872dc4280abd6548767ee6a215646f672 | |
parent | 48a48c5e011b615f77f7f44a10e66346e78f5a06 (diff) | |
download | gcc-a99f6c7f0bafcfc856756c0eb9e4470dfa909341.zip gcc-a99f6c7f0bafcfc856756c0eb9e4470dfa909341.tar.gz gcc-a99f6c7f0bafcfc856756c0eb9e4470dfa909341.tar.bz2 |
xfail gcc.dg/long_branch.c on hppa.
2023-04-08 John David Anglin <danglin@gcc.gnu.org>
gcc/testsuite/ChangeLog:
* gcc.dg/pr84877.c: xfail on hppa*-*-*.
-rw-r--r-- | gcc/testsuite/gcc.dg/pr84877.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pr84877.c b/gcc/testsuite/gcc.dg/pr84877.c index 234fcd2..d1fb847 100644 --- a/gcc/testsuite/gcc.dg/pr84877.c +++ b/gcc/testsuite/gcc.dg/pr84877.c @@ -1,4 +1,4 @@ -/* { dg-do run { xfail { cris-*-* sparc*-*-* } } } */ +/* { dg-do run { xfail { cris-*-* hppa*-*-* sparc*-*-* } } } */ /* { dg-options "-O2" } */ #include <inttypes.h> |