public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [graphite] test needs pthreads
@ 2015-12-04 13:49 Nathan Sidwell
  0 siblings, 0 replies; only message in thread
From: Nathan Sidwell @ 2015-12-04 13:49 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 121 bytes --]

The recently added test graphite/id-28.c requires pthreads due to its use of 
-fcilkplus.  Committed as obvious.

nathan

[-- Attachment #2: graphite.patch --]
[-- Type: text/x-patch, Size: 470 bytes --]

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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-04 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-04 13:49 [graphite] test needs pthreads Nathan Sidwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).