diff mbox series

[committed] Skip c-c++-common/gomp/clauses-2.c on 32-bit hppa*-*-hpux*

Message ID 4a7cbb40-fb80-e4ea-572b-fafbb15a3fe1@bell.net
State New
Headers show
Series [committed] Skip c-c++-common/gomp/clauses-2.c on 32-bit hppa*-*-hpux* | expand

Commit Message

John David Anglin March 9, 2019, 10:35 p.m. UTC
The 32-bit hppa*-*-hpux* target is a callee-copies target.  This causes the test
to fail.

Committed to trunk.

Dave
diff mbox series

Patch

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 *);