diff mbox

[committed] Don't run testsuite/libgomp.oacc-c-c++-common/reduction-4.c on hppa*-*-hpux*

Message ID BLU436-SMTP23018872AE2874DEBD2A809970F0@phx.gbl
State New
Headers show

Commit Message

John David Anglin March 21, 2015, 4:23 p.m. UTC
This test fails on targets that don't have complex.h.  The standard c99_runtime check doesn't
work in the libgomp testsuite, so I explicitly disabled the test on hppa*-*-hpux*.

Tested on hppa64-hp-hpux11.11 and hppa2.0w-hp-hpux11.11.  Committed to trunk.

Dave
--
John David Anglin	dave.anglin@bell.net
2015-03-21  John David Anglin  <danglin@gcc.gnu.org>

	* testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Don't run on
	hppa*-*-hpux*.
diff mbox

Patch

Index: testsuite/libgomp.oacc-c-c++-common/reduction-4.c
===================================================================
--- testsuite/libgomp.oacc-c-c++-common/reduction-4.c	(revision 221555)
+++ testsuite/libgomp.oacc-c-c++-common/reduction-4.c	(working copy)
@@ -1,4 +1,4 @@ 
-/* { dg-do run } */
+/* { dg-do run { target { ! { hppa*-*-hpux* } } } } */
 
 /* complex reductions.  */