From: Mike Stump Date: Sat, 14 Jul 2012 22:38:41 +0000 (+0000) Subject: Add missing pthread requirement. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0db532de1e62c27ff4df733585564f325e7007d;p=gcc.git Add missing pthread requirement. From-SVN: r189485 --- diff --git a/gcc/testsuite/gcc.dg/pr53849.c b/gcc/testsuite/gcc.dg/pr53849.c index 3b6701079fc..eddc45fd9a5 100644 --- a/gcc/testsuite/gcc.dg/pr53849.c +++ b/gcc/testsuite/gcc.dg/pr53849.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-require-effective-target pthread } */ /* { dg-options "-O2 -ftree-parallelize-loops=2 -fno-tree-loop-im" } */ extern int *b, *e[8], d;