aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@bell.net>2019-03-09 22:32:30 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2019-03-09 22:32:30 +0000
commit5377d711111d0b9b9f61c198a4feee6e2d3d45b0 (patch)
tree02ca4767998238608ec35fe3ddded470a30b5ef5 /gcc
parent3d59d5e47b47131869aa7812a9bdfba86f55376d (diff)
downloadgcc-5377d711111d0b9b9f61c198a4feee6e2d3d45b0.zip
gcc-5377d711111d0b9b9f61c198a4feee6e2d3d45b0.tar.gz
gcc-5377d711111d0b9b9f61c198a4feee6e2d3d45b0.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog3
-rw-r--r--gcc/testsuite/c-c++-common/gomp/clauses-2.c1
2 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e5153d8..e47057d 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,8 @@
2019-03-09 John David Anglin <dave.anglin@bell.net>
+ 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 9225773..ded1d74 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 *);