aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/pr52402.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/torture/pr52402.c')
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr52402.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/pr52402.c b/gcc/testsuite/gcc.dg/torture/pr52402.c
index bb481c7f5a3..ad54d2aae25 100644
--- a/gcc/testsuite/gcc.dg/torture/pr52402.c
+++ b/gcc/testsuite/gcc.dg/torture/pr52402.c
@@ -1,5 +1,7 @@
/* { dg-do run } */
/* { dg-options "-w -Wno-psabi" } */
+/* { dg-require-effective-target int32plus } */
+/* { dg-xfail-run-if "pr52450" { { hppa*-*-hpux* } && { ! lp64 } } } */
typedef int v4si __attribute__((vector_size(16)));
struct T { v4si i[2]; int j; } __attribute__((packed));