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
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
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
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:
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
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