[Bug c/65467] [libgomp] sorry, unimplemented: '_Atomic' with OpenMP

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Sep 3 08:31:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65467

--- Comment #16 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Andreas Schwab from comment #15)
> FAIL: gcc.dg/gomp/_Atomic-4.c  (test for warnings, line 7)

Does

--- gcc/testsuite/gcc.dg/gomp/_Atomic-4.c.jj    2016-09-02 20:36:22.000000000
+0200
+++ gcc/testsuite/gcc.dg/gomp/_Atomic-4.c       2016-09-03 10:30:29.708581112
+0200
@@ -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

fix it?


More information about the Gcc-bugs mailing list