diff mbox

[committed] Remove hppa dg-skip-if directive from libgomp.oacc-c-c++-common/loop-dim-default.c

Message ID 84ADCB15-64A4-437D-98D2-A8CFE9E04F2D@bell.net
State New
Headers show

Commit Message

John David Anglin Feb. 11, 2017, 9:50 p.m. UTC
With the alloca.h header fixed, the skip is no longer needed on hppa*-*-*.

Tested on hppa64-hp-hpux11.11.  Committed to trunk.

Dave
--
John David Anglin	dave.anglin@bell.net
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.
diff mbox

Patch

Index: testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c
===================================================================
--- testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c	(revision 245364)
+++ testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c	(working copy)
@@ -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>