Commit b837da5a by Nathan Sidwell Committed by Nathan Sidwell

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

From-SVN: r231816
parent 0bee0ef9
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> 2015-12-18 Richard Biener <rguenther@suse.de>
PR testsuite/68776 PR testsuite/68776
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-fcilkplus" } */ /* { dg-options "-fcilkplus" } */
/* { dg-prune-output "undeclared here \\(not in a function\\)|\[^\n\r\]* was not declared in this scope" } */ /* { 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" } */ void f () __attribute__((__simd__, __vector__)); /* { dg-error "in the same function marked as a Cilk Plus" "PR68158" } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment