From ece7d31f429306945b5fb8b31496d2725bd74a13 Mon Sep 17 00:00:00 2001 From: Bin Cheng Date: Thu, 22 Mar 2018 14:06:49 +0000 Subject: 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(+) (limited to 'gcc') diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4039a01..dc6a9bc 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 663d059..36bf5d5 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 -- cgit v1.1