The recently added test graphite/id-28.c requires pthreads due to its use of
-fcilkplus. Committed as obvious.
nathan
2015-12-04 Nathan Sidwell <nat...@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>