From ece7d31f429306945b5fb8b31496d2725bd74a13 Mon Sep 17 00:00:00 2001 From: Bin Cheng Date: Thu, 22 Mar 2018 14:06:49 +0000 Subject: [PATCH] pr83126.c: Require pthread for the test. gcc/testsuite * gcc.dg/graphite/pr83126.c: Require pthread for the test. From-SVN: r258768 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/graphite/pr83126.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4039a011cf8..dc6a9bce15e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2018-03-22 Bin Cheng + + * gcc.dg/graphite/pr83126.c: Require pthread for the test. + 2018-03-22 Jakub Jelinek PR inline-asm/84941 diff --git a/gcc/testsuite/gcc.dg/graphite/pr83126.c b/gcc/testsuite/gcc.dg/graphite/pr83126.c index 663d05970c2..36bf5d5c4ef 100644 --- a/gcc/testsuite/gcc.dg/graphite/pr83126.c +++ b/gcc/testsuite/gcc.dg/graphite/pr83126.c @@ -1,3 +1,4 @@ +/* { dg-do compile { target pthread } } */ /* { dg-additional-options "-w -ftree-parallelize-loops=2 -floop-parallelize-all -O1" } */ void -- 2.30.2