loop-dim-default.c: Remove hppa*-*-* dg-skip-if directive.
* testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Remove hppa*-*-* dg-skip-if directive. From-SVN: r245365
This commit is contained in:
parent
7d3235372a
commit
b0f78ff3e6
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2017-02-11 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Remove
|
||||
hppa*-*-* dg-skip-if directive.
|
||||
|
||||
2017-02-09 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Move
|
||||
|
|
|
@ -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 <openacc.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue