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