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.ang...@bell.net
2017-02-11 John David Anglin <dang...@gcc.gnu.org> * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Remove hppa*-*-* dg-skip-if directive. 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>