The 32-bit hppa*-*-hpux* target is a callee-copies target.  This causes the test
to fail.

Committed to trunk.

Dave
-- 
John David Anglin  dave.ang...@bell.net

2019-03-09  John David Anglin  <dave.ang...@bell.net>

        PR middle-end/68733
        * c-c++-common/gomp/clauses-2.c: Skip on 32-bit hppa*-*-hpux*.

Index: c-c++-common/gomp/clauses-2.c
===================================================================
--- c-c++-common/gomp/clauses-2.c       (revision 269540)
+++ c-c++-common/gomp/clauses-2.c       (working copy)
@@ -1,3 +1,4 @@
+/* { dg-skip-if "PR 68733" { hppa*-*-hpux* && { ! lp64 } } } */
 struct S { int r; int *s; int t[10]; };
 void bar (int *);

Reply via email to