<div dir="ltr">Should be fixed in r288539.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 2 December 2016 at 13:51, Richard Smith <span dir="ltr"><<a href="mailto:richard@metafoo.co.uk" target="_blank">richard@metafoo.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Looks like we need to wrap more of the test in the feature test macro.</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On 2 December 2016 at 13:42, Renato Golin via cfe-commits <span dir="ltr"><<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It's been a while, and new patches are coming. Should we just revert<br>
this for now?<br>
<br>
--renato<br>
<div class="m_1412033408117805582HOEnZb"><div class="m_1412033408117805582h5"><br>
On 2 December 2016 at 10:13, Renato Golin <<a href="mailto:renato.golin@linaro.org" target="_blank">renato.golin@linaro.org</a>> wrote:<br>
> On 2 December 2016 at 02:06, Richard Smith via cfe-commits<br>
> <<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a>> wrote:<br>
>> Author: rsmith<br>
>> Date: Thu DecĀ  1 20:06:53 2016<br>
>> New Revision: 288457<br>
>><br>
>> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=288457&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-pr<wbr>oject?rev=288457&view=rev</a><br>
>> Log:<br>
>> Update implementation of ABI support for throwing noexcept function pointers<br>
>> and catching as non-noexcept to match the final design per discusson on<br>
>> cxx-abi-dev.<br>
><br>
> Hi Richard,<br>
><br>
> I hope you've seen this:<br>
><br>
> <a href="http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwind-aarch64-linux/builds/4" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/build<wbr>ers/libcxx-libcxxabi-libunwind<wbr>-aarch64-linux/builds/4</a><br>
><br>
> <a href="http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwind-aarch64-linux-noexceptions/builds/6" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/build<wbr>ers/libcxx-libcxxabi-libunwind<wbr>-aarch64-linux-noexceptions/<wbr>builds/6</a><br>
><br>
> <a href="http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwind-arm-linux/builds/97" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/build<wbr>ers/libcxx-libcxxabi-libunwind<wbr>-arm-linux/builds/97</a><br>
><br>
> <a href="http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwind-arm-linux-noexceptions/builds/109" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/build<wbr>ers/libcxx-libcxxabi-libunwind<wbr>-arm-linux-noexceptions/<wbr>builds/109</a><br>
><br>
> error: exception specifications are not allowed in type aliases<br>
> template<bool Noexcept> using FnType = void() noexcept(Noexcept);<br>
><br>
> error: exception specifications are not allowed in type aliases<br>
> template<bool Noexcept> using FnType = void (X::*)() noexcept(Noexcept);<br>
><br>
> cheers,<br>
> --renato<br>
______________________________<wbr>_________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/cfe-commits</a><br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>