diff options
author | Bin Cheng <bin.cheng@arm.com> | 2018-03-22 14:06:49 +0000 |
---|---|---|
committer | Bin Cheng <amker@gcc.gnu.org> | 2018-03-22 14:06:49 +0000 |
commit | ece7d31f429306945b5fb8b31496d2725bd74a13 (patch) | |
tree | 8aa843e5c816a7d0d3e9aa206b09fa3058b81aac | |
parent | 83872062cba8c5e3422469228dd4accd2d9d54e8 (diff) | |
download | gcc-ece7d31f429306945b5fb8b31496d2725bd74a13.zip gcc-ece7d31f429306945b5fb8b31496d2725bd74a13.tar.gz gcc-ece7d31f429306945b5fb8b31496d2725bd74a13.tar.bz2 |
pr83126.c: Require pthread for the test.
gcc/testsuite
* gcc.dg/graphite/pr83126.c: Require pthread for the test.
From-SVN: r258768
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/graphite/pr83126.c | 1 |
2 files changed, 5 insertions, 0 deletions
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 <bin.cheng@arm.com> + + * gcc.dg/graphite/pr83126.c: Require pthread for the test. + 2018-03-22 Jakub Jelinek <jakub@redhat.com> 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 |