From: John David Anglin Date: Sat, 9 Mar 2019 22:32:30 +0000 (+0000) Subject: re PR middle-end/68733 (FAIL: libgomp.c/target-29.c (internal compiler error)) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5377d711111d0b9b9f61c198a4feee6e2d3d45b0;p=gcc.git re PR middle-end/68733 (FAIL: libgomp.c/target-29.c (internal compiler error)) PR middle-end/68733 * c-c++-common/gomp/clauses-2.c: Skip on 32-bit hppa*-*-hpux*. From-SVN: r269541 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e5153d837ae..e47057d3438 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2019-03-09 John David Anglin + PR middle-end/68733 + * c-c++-common/gomp/clauses-2.c: Skip on 32-bit hppa*-*-hpux*. + PR testsuite/89472 * gcc.dg/debug/dwarf2/inline5.c: XFAIL one scan-assembler-times check. diff --git a/gcc/testsuite/c-c++-common/gomp/clauses-2.c b/gcc/testsuite/c-c++-common/gomp/clauses-2.c index 9225773009c..ded1d74ccde 100644 --- a/gcc/testsuite/c-c++-common/gomp/clauses-2.c +++ b/gcc/testsuite/c-c++-common/gomp/clauses-2.c @@ -1,3 +1,4 @@ +/* { dg-skip-if "PR 68733" { hppa*-*-hpux* && { ! lp64 } } } */ struct S { int r; int *s; int t[10]; }; void bar (int *);