Re: [Patch] include in

2016-10-14 Thread Tim Shen
On Fri, Oct 14, 2016 at 2:31 AM, Jonathan Wakely wrote: > Yes, that's right. OK for trunk, thanks. Committed. > By the way, I'm intending to add __throw_bad_variant_access_fmt to > bits/functexcept.h and make it use __snprintf_lite() so that we can > do: > > __throw_bad_variant_access_fmt("

Re: [Patch] include in

2016-10-14 Thread Jonathan Wakely
On 14/10/16 02:25 -0700, Tim Shen wrote: On some platforms the compiler complains about __try and __catch not defined. I hope is the right thing to include. Yes, that's right. OK for trunk, thanks. By the way, I'm intending to add __throw_bad_variant_access_fmt to bits/functexcept.h and make

[Patch] include in

2016-10-14 Thread Tim Shen
On some platforms the compiler complains about __try and __catch not defined. I hope is the right thing to include. I'm bootstrapping the compiler under x86_64-linux-gnu, but it shouldn't fail. Thanks! -- Regards, Tim Shen a.diff Description: Binary data