Re: r280607 - PR 27200: Fix names of the atomic lock-free macros.

2016-09-04 Thread Joerg Sonnenberger via cfe-commits
On Sat, Sep 03, 2016 at 10:06:48PM -0700, Richard Smith wrote: > Thanks for the fix. Can you add a simple test that we provide macros with > the right name? Other than that, it makes sense to me for this to go to the > release branches. Done. > (I'm not sure whether we're doing more 3.8 point rel

Re: r280607 - PR 27200: Fix names of the atomic lock-free macros.

2016-09-03 Thread Richard Smith via cfe-commits
On 3 Sep 2016 6:01 p.m., "Joerg Sonnenberger via cfe-commits" < cfe-commits@lists.llvm.org> wrote: On Sat, Sep 03, 2016 at 05:56:43PM -0700, Richard Smith wrote: > /* 7.17.2 Initialization */ > > #define ATOMIC_VAR_INIT(value) (value) > #define atomic_init __c11_atomic_init > > -/* 7.17.3 Order

Re: r280607 - PR 27200: Fix names of the atomic lock-free macros.

2016-09-03 Thread Joerg Sonnenberger via cfe-commits
On Sat, Sep 03, 2016 at 05:56:43PM -0700, Richard Smith wrote: > /* 7.17.2 Initialization */ > > #define ATOMIC_VAR_INIT(value) (value) > #define atomic_init __c11_atomic_init > > -/* 7.17.3 Order and consistency */ > +/* 7.17.3 Order and consistency */. > > > Stray period here. Do we not ha

Re: r280607 - PR 27200: Fix names of the atomic lock-free macros.

2016-09-03 Thread Richard Smith via cfe-commits
On 3 Sep 2016 5:52 p.m., "Joerg Sonnenberger via cfe-commits" < cfe-commits@lists.llvm.org> wrote: Author: joerg Date: Sat Sep 3 19:44:10 2016 New Revision: 280607 URL: http://llvm.org/viewvc/llvm-project?rev=280607&view=rev Log: PR 27200: Fix names of the atomic lock-free macros. Modified:

Re: r280607 - PR 27200: Fix names of the atomic lock-free macros.

2016-09-03 Thread Joerg Sonnenberger via cfe-commits
Hi Tom, can I merge this into 3.8 and 3.9? Joerg On Sun, Sep 04, 2016 at 12:44:10AM -, Joerg Sonnenberger via cfe-commits wrote: > Author: joerg > Date: Sat Sep 3 19:44:10 2016 > New Revision: 280607 > > URL: http://llvm.org/viewvc/llvm-project?rev=280607&view=rev > Log: > PR 27200: Fix na

r280607 - PR 27200: Fix names of the atomic lock-free macros.

2016-09-03 Thread Joerg Sonnenberger via cfe-commits
Author: joerg Date: Sat Sep 3 19:44:10 2016 New Revision: 280607 URL: http://llvm.org/viewvc/llvm-project?rev=280607&view=rev Log: PR 27200: Fix names of the atomic lock-free macros. Modified: cfe/trunk/lib/Headers/stdatomic.h Modified: cfe/trunk/lib/Headers/stdatomic.h URL: http://llvm.or