re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)
PR c/65467 * gcc.dg/gomp/_Atomic-4.c: Require vect_simd_clones effective target. From-SVN: r239970
This commit is contained in:
parent
f8d3207d87
commit
b5d506593e
@ -1,3 +1,8 @@
|
||||
2016-09-03 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c/65467
|
||||
* gcc.dg/gomp/_Atomic-4.c: Require vect_simd_clones effective target.
|
||||
|
||||
2016-09-02 Kirill Yukhin <kirill.yukhin@gmaile.com>
|
||||
|
||||
* gcc.target/i386/avx512f-klogic-2.c: Fix operand calculation order.
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* PR c/65467 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-additional-options "-std=c11" } */
|
||||
/* { dg-require-effective-target vect_simd_clones } */
|
||||
|
||||
#pragma omp declare simd
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user