diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 96513033096..8270abd08c0 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2017-02-11 John David Anglin + + * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Remove + hppa*-*-* dg-skip-if directive. + 2017-02-09 Jakub Jelinek * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Move diff --git a/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c b/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c index b3219d99b86..e2b08c3e0bc 100644 --- a/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c +++ b/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c @@ -1,7 +1,6 @@ /* This code uses nvptx inline assembly guarded with acc_on_device, which is not optimized away at -O0, and then confuses the target assembler. */ /* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */ -/* { dg-skip-if "" { hppa*-*-* } { "*" } { "" } } */ /* { dg-additional-options "-fopenacc-dim=16:16" } */ #include