* c-c++-common/attr-simd-3.c: Requires pthreads.
authorNathan Sidwell <nathan@acm.org>
Fri, 18 Dec 2015 14:27:45 +0000 (14:27 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 18 Dec 2015 14:27:45 +0000 (14:27 +0000)
From-SVN: r231816

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/attr-simd-3.c

index 11c84abbd0162839c5c9fe4e6a756a6934c84ae0..89983e1a9e876582c5476fc8e9d379b4eba319d1 100644 (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
index d61ba82de3c73f94d25338f44cc88ebc8f660f01..ff8851568ac51ee5ca156eb16a302ca05cb0af95 100644 (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" } */