Re: [libcxxabi] r288457 - Update implementation of ABI support for throwing noexcept function pointers

2016-12-02 Thread Richard Smith via cfe-commits
Should be fixed in r288539. On 2 December 2016 at 13:51, Richard Smith wrote: > Looks like we need to wrap more of the test in the feature test macro. > > On 2 December 2016 at 13:42, Renato Golin via cfe-commits < > cfe-commits@lists.llvm.org> wrote: > >> It's been a

Re: [libcxxabi] r288457 - Update implementation of ABI support for throwing noexcept function pointers

2016-12-02 Thread Richard Smith via cfe-commits
Looks like we need to wrap more of the test in the feature test macro. On 2 December 2016 at 13:42, Renato Golin via cfe-commits < cfe-commits@lists.llvm.org> wrote: > It's been a while, and new patches are coming. Should we just revert > this for now? > > --renato > > On 2 December 2016 at

Re: [libcxxabi] r288457 - Update implementation of ABI support for throwing noexcept function pointers

2016-12-02 Thread Renato Golin via cfe-commits
It's been a while, and new patches are coming. Should we just revert this for now? --renato On 2 December 2016 at 10:13, Renato Golin wrote: > On 2 December 2016 at 02:06, Richard Smith via cfe-commits > wrote: >> Author: rsmith >> Date: Thu

Re: [libcxxabi] r288457 - Update implementation of ABI support for throwing noexcept function pointers

2016-12-02 Thread Renato Golin via cfe-commits
On 2 December 2016 at 02:06, Richard Smith via cfe-commits wrote: > Author: rsmith > Date: Thu Dec 1 20:06:53 2016 > New Revision: 288457 > > URL: http://llvm.org/viewvc/llvm-project?rev=288457=rev > Log: > Update implementation of ABI support for throwing noexcept

[libcxxabi] r288457 - Update implementation of ABI support for throwing noexcept function pointers

2016-12-01 Thread Richard Smith via cfe-commits
Author: rsmith Date: Thu Dec 1 20:06:53 2016 New Revision: 288457 URL: http://llvm.org/viewvc/llvm-project?rev=288457=rev Log: Update implementation of ABI support for throwing noexcept function pointers and catching as non-noexcept to match the final design per discusson on cxx-abi-dev.