aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2024-02-03 21:06:00 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2024-02-03 21:06:00 +0000
commitfa96099957c1cdcf73cb8c83e4f694a38a3d8530 (patch)
tree33cc802305b3dd6b6d918b59268d216b3e65a0f6 /gcc
parentd436e8e70dacd9c06247bb56d0abeded8fcb4242 (diff)
downloadgcc-fa96099957c1cdcf73cb8c83e4f694a38a3d8530.zip
gcc-fa96099957c1cdcf73cb8c83e4f694a38a3d8530.tar.gz
gcc-fa96099957c1cdcf73cb8c83e4f694a38a3d8530.tar.bz2
Fix xfail for 32-bit hppa*-*-* in gcc.dg/pr84877.c
2024-02-03 John David Anglin <danglin@gcc.gnu.org> gcc/testsuite/ChangeLog: * gcc.dg/pr84877.c: Adjust xfail parentheses.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/pr84877.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pr84877.c b/gcc/testsuite/gcc.dg/pr84877.c
index 6868120..e82991f 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*-*-* } || { { ! lp64 } && hppa*-*-* } } } */
+/* { dg-do run { xfail { { cris-*-* sparc*-*-* } || { { ! lp64 } && hppa*-*-* } } } } */
/* { dg-options "-O2" } */
#include <inttypes.h>