Re: [C++ PATCH] C++2A P0683R1 - default member initializers for bit-fields (take 2)

2017-09-29 Thread Nathan Sidwell
On 09/29/2017 05:26 AM, Jakub Jelinek wrote: Hi! On Wed, Sep 27, 2017 at 07:55:20AM -0700, Nathan Sidwell wrote: 1) fix the parsing bug you found and move to (ab)using DECL_BIT_FIELD_REPRESENTATIVE 2) the new c++2a feature And here is the 2) patch, on top of the previous 3

[C++ PATCH] C++2A P0683R1 - default member initializers for bit-fields (take 2)

2017-09-29 Thread Jakub Jelinek
Hi! On Wed, Sep 27, 2017 at 07:55:20AM -0700, Nathan Sidwell wrote: > 1) fix the parsing bug you found and move to (ab)using > DECL_BIT_FIELD_REPRESENTATIVE > > 2) the new c++2a feature And here is the 2) patch, on top of the previous 3 ones. Bootstrapped/regtested on x86_64-linux