r289019 - [c++1z] P0003R5: Removing dynamic exception specifications.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 10 21:44:43 PST 2016


No worries.

There were also some libc++ test failures for the same reason. These have
also been addressed.

/Eric

On Sat, Dec 10, 2016 at 9:51 PM, Richard Smith <richard at metafoo.co.uk>
wrote:

> Thanks Eric!
>
> On 10 Dec 2016 5:58 pm, "Eric Fiselier via cfe-commits" <
> cfe-commits at lists.llvm.org> wrote:
>
> To others who follow the libc++abi test failures back to this commit:
>
> The unwind_* failures have been addressed in r289353 by using
> -Wno-dynamic-exception-spec to suppress the C++17 behavior (for now).
>
> Currently the libc++ and libc++abi test suite run using -std=c++1z unless
> otherwise specified. However the dynamic exception specification tests
> are fundamentally incompatible with C++17, and I don't just want to mark
> the as UNSUPPORTED because they'll rarely end up running.
> Instead I'll work on adjusting the test suite to support locking a test to
> a give C++ dialect.
>
> /Eric
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161210/bbf50732/attachment.html>


More information about the cfe-commits mailing list