]> gcc.gnu.org Git - gcc.git/commitdiff
Fix xfail for 32-bit hppa*-*-* in gcc.dg/pr84877.c
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 3 Feb 2024 21:06:00 +0000 (21:06 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 3 Feb 2024 21:06:00 +0000 (21:06 +0000)
2024-02-03  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

* gcc.dg/pr84877.c: Adjust xfail parentheses.

gcc/testsuite/gcc.dg/pr84877.c

index 68681206e7311deb7c9f64cf20b605415b18bc1a..e82991f42dd44a476a224e017d123a7618647d07 100644 (file)
@@ -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>
This page took 0.069654 seconds and 5 git commands to generate.