* c-c++-common/attr-simd-3.c: Requires pthreads.

From-SVN: r231816
This commit is contained in:
Nathan Sidwell 2015-12-18 14:27:45 +00:00 committed by Nathan Sidwell
parent 0bee0ef9b1
commit b837da5a5d
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2015-12-18 Nathan Sidwell <nathan@acm.org>
* c-c++-common/attr-simd-3.c: Requires pthreads.
2015-12-18 Richard Biener <rguenther@suse.de>
PR testsuite/68776

View file

@ -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" } */