* gcc.dg/graphite/id-28.c: Requires pthreads.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Dec 2015 13:47:47 +0000 (13:47 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Dec 2015 13:47:47 +0000 (13:47 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231266 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/graphite/id-28.c

index 2944394..4c81b17 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-04  Nathan Sidwell  <nathan@acm.org>
+
+       * gcc.dg/graphite/id-28.c: Requires pthreads.
+
 2015-12-04  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.dg/vla-24.c: New test.
index 941a1e4..3c4bd23 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-options "-fcilkplus -floop-nest-optimize -O3" } */
+/* { dg-require-effective-target pthread } */
 
 #if HAVE_IO
 #include <stdio.h>