Re: [PATCH] PR c++/81852 define feature-test macro for -fthreadsafe-statics

2017-09-11 Thread Jonathan Wakely
On 09/09/17 10:33 +0200, Jason Merrill wrote: On Fri, Sep 8, 2017 at 10:03 PM, Jonathan Wakely wrote: Define the __cpp_lib_threadsafe_static_init feature-test macro as per recent SD-6 drafts. Tested powerpc64le-linux and x86_64-linux. OK for trunk? The branches too? Yes. Jason I've comm

Re: [PATCH] PR c++/81852 define feature-test macro for -fthreadsafe-statics

2017-09-09 Thread Jason Merrill
On Fri, Sep 8, 2017 at 10:03 PM, Jonathan Wakely wrote: > Define the __cpp_lib_threadsafe_static_init feature-test macro as per > recent SD-6 drafts. > > Tested powerpc64le-linux and x86_64-linux. > > OK for trunk? > > The branches too? Yes. Jason