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

From-SVN: r231266
This commit is contained in:
Nathan Sidwell 2015-12-04 13:47:47 +00:00 committed by Nathan Sidwell
parent 1d6e77c504
commit 96d977a8f3
2 changed files with 5 additions and 0 deletions

View 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.

View File

@ -1,4 +1,5 @@
/* { dg-options "-fcilkplus -floop-nest-optimize -O3" } */
/* { dg-require-effective-target pthread } */
#if HAVE_IO
#include <stdio.h>