Re: [PATCH] - C11 expressions and stdatomic.h - Just for current state

2013-08-07 Thread Joseph S. Myers
On Fri, 2 Aug 2013, Andrew MacLeod wrote: > The atomic expression patch works on many cases, but falls short with any kind > of complexity on the RHS of an expression which needs to be mapped to an > atomic_load. Whilst parsing, we cant tell, and the rhs tends to become an > expression before we

[PATCH] - C11 expressions and stdatomic.h - Just for current state

2013-08-02 Thread Andrew MacLeod
On 07/30/2013 12:49 PM, Andrew MacLeod wrote: I split the original patch into some smaller hunks, and cleaned up a few bit and pieces here and there... following: Not looking for a review, but posting progress to this point since I'm off for 2 weeks, and someone might want to play with this.