diff options
author | Nathan Sidwell <nathan@acm.org> | 2015-12-18 14:27:45 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2015-12-18 14:27:45 +0000 |
commit | b837da5a5d18c06e43d085a6ea88a2c5729efe07 (patch) | |
tree | 847e01cc28b68607aa041f8bc3c4b24c574bc9ba /gcc | |
parent | 0bee0ef9b10dbf100454f792f395bd06bc5df3b0 (diff) | |
download | gcc-b837da5a5d18c06e43d085a6ea88a2c5729efe07.zip gcc-b837da5a5d18c06e43d085a6ea88a2c5729efe07.tar.gz gcc-b837da5a5d18c06e43d085a6ea88a2c5729efe07.tar.bz2 |
* c-c++-common/attr-simd-3.c: Requires pthreads.
From-SVN: r231816
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/c-c++-common/attr-simd-3.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 11c84ab..89983e1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/c-c++-common/attr-simd-3.c b/gcc/testsuite/c-c++-common/attr-simd-3.c index d61ba82..ff88515 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" } */ |