]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add missing pthread requirement.
authorMike Stump <mrs@gcc.gnu.org>
Sat, 14 Jul 2012 22:38:41 +0000 (22:38 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Sat, 14 Jul 2012 22:38:41 +0000 (22:38 +0000)
From-SVN: r189485

gcc/testsuite/gcc.dg/pr53849.c

index 3b6701079fc4c0faea78030a19afb1170f6eca07..eddc45fd9a533ba74dee13e83ddc97254048a077 100644 (file)
@@ -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;