From: Nathan Sidwell Date: Fri, 18 Dec 2015 14:27:45 +0000 (+0000) Subject: * c-c++-common/attr-simd-3.c: Requires pthreads. X-Git-Tag: basepoints/gcc-7~1978 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b837da5a5d18c06e43d085a6ea88a2c5729efe07;p=thirdparty%2Fgcc.git * c-c++-common/attr-simd-3.c: Requires pthreads. From-SVN: r231816 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 11c84abbd016..89983e1a9e87 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 d61ba82de3c7..ff8851568ac5 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" } */