Re: openmp: Implement OpenMP 5.1 atomics, so far for C only

2021-09-13 Thread Christophe Lyon via Gcc-patches
On Mon, Sep 13, 2021 at 4:40 PM Jakub Jelinek wrote: > On Mon, Sep 13, 2021 at 01:57:52PM +0200, Christophe Lyon wrote: > > > --- gcc/testsuite/c-c++-common/gomp/atomic-29.c.jj 2021-09-10 > > > 11:47:17.093164041 +0200 > > > +++ gcc/testsuite/c-c++-common/gomp/atomic-29.c 2021-09-10 > > > 11

Re: openmp: Implement OpenMP 5.1 atomics, so far for C only

2021-09-13 Thread Jakub Jelinek via Gcc-patches
On Mon, Sep 13, 2021 at 01:57:52PM +0200, Christophe Lyon wrote: > > --- gcc/testsuite/c-c++-common/gomp/atomic-29.c.jj 2021-09-10 > > 11:47:17.093164041 +0200 > > +++ gcc/testsuite/c-c++-common/gomp/atomic-29.c 2021-09-10 > > 11:52:33.428722747 +0200 > > @@ -0,0 +1,43 @@ > > +/* { dg-do compi

Re: openmp: Implement OpenMP 5.1 atomics, so far for C only

2021-09-13 Thread Christophe Lyon via Gcc-patches
On Fri, Sep 10, 2021 at 8:47 PM Jakub Jelinek via Gcc-patches < gcc-patches@gcc.gnu.org> wrote: > Hi! > > This patch implements OpenMP 5.1 atomics (with clarifications from > upcoming 5.2). > The most important changes are that it is now possible to write (for C/C++, > for Fortran it was possible