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

2016-12-10 Thread Eric Fiselier via cfe-commits
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 wrote: > Thanks Eric! > > On 10 Dec 2016 5:58 pm, "Eric Fiselier via cfe-commits" < > cfe-commits@lists.llvm.org> wrote: > > To others

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

2016-12-10 Thread Richard Smith via cfe-commits
Thanks Eric! On 10 Dec 2016 5:58 pm, "Eric Fiselier via cfe-commits" < cfe-commits@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

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

2016-12-10 Thread Eric Fiselier via cfe-commits
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.

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

2016-12-07 Thread Richard Smith via cfe-commits
Author: rsmith Date: Wed Dec 7 20:49:07 2016 New Revision: 289019 URL: http://llvm.org/viewvc/llvm-project?rev=289019&view=rev Log: [c++1z] P0003R5: Removing dynamic exception specifications. We continue to support dynamic exception specifications in C++1z as an extension, but produce an error-b