From b837da5a5d18c06e43d085a6ea88a2c5729efe07 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Fri, 18 Dec 2015 14:27:45 +0000 Subject: [PATCH] * c-c++-common/attr-simd-3.c: Requires pthreads. From-SVN: r231816 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/c-c++-common/attr-simd-3.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 11c84abbd01..89983e1a9e8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-12-18 Nathan Sidwell + + * c-c++-common/attr-simd-3.c: Requires pthreads. + 2015-12-18 Richard Biener PR testsuite/68776 diff --git a/gcc/testsuite/c-c++-common/attr-simd-3.c b/gcc/testsuite/c-c++-common/attr-simd-3.c index d61ba82de3c..ff8851568ac 100644 --- a/gcc/testsuite/c-c++-common/attr-simd-3.c +++ b/gcc/testsuite/c-c++-common/attr-simd-3.c @@ -1,5 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-fcilkplus" } */ /* { dg-prune-output "undeclared here \\(not in a function\\)|\[^\n\r\]* was not declared in this scope" } */ +/* { dg-require-effective-target pthread } */ void f () __attribute__((__simd__, __vector__)); /* { dg-error "in the same function marked as a Cilk Plus" "PR68158" } */ -- 2.30.2