diff mbox

[graphite] test needs pthreads

Message ID 566199D9.1050106@acm.org
State New
Headers show

Commit Message

Nathan Sidwell Dec. 4, 2015, 1:49 p.m. UTC
The recently added test graphite/id-28.c requires pthreads due to its use of 
-fcilkplus.  Committed as obvious.

nathan
diff mbox

Patch

2015-12-04  Nathan Sidwell  <nathan@acm.org>

	* gcc.dg/graphite/id-28.c: Requires pthreads.

Index: testsuite/gcc.dg/graphite/id-28.c
===================================================================
--- testsuite/gcc.dg/graphite/id-28.c	(revision 231265)
+++ testsuite/gcc.dg/graphite/id-28.c	(working copy)
@@ -1,4 +1,5 @@ 
 /* { dg-options "-fcilkplus -floop-nest-optimize -O3" } */
+/* { dg-require-effective-target pthread } */
 
 #if HAVE_IO
 #include <stdio.h>