Re: [PATCH] PR libstdc++/81469 deprecate std::uncaught_exception for C++17

2017-09-28 Thread Nathan Sidwell
On 09/28/2017 11:52 AM, Jakub Jelinek wrote: Hi! On Wed, Sep 20, 2017 at 05:35:26PM +0100, Jonathan Wakely wrote: C++17 deprecates uncaught_exception in favour of uncaught_exceptions, so this adds the attribute. PR libstdc++/81469 * libsupc++/exception (uncaught_exception): Dep

Re: [PATCH] PR libstdc++/81469 deprecate std::uncaught_exception for C++17

2017-09-28 Thread Jakub Jelinek
Hi! On Wed, Sep 20, 2017 at 05:35:26PM +0100, Jonathan Wakely wrote: > C++17 deprecates uncaught_exception in favour of uncaught_exceptions, > so this adds the attribute. > > PR libstdc++/81469 > * libsupc++/exception (uncaught_exception): Deprecate for C++17. > * testsuite/18_s

[PATCH] PR libstdc++/81469 deprecate std::uncaught_exception for C++17

2017-09-20 Thread Jonathan Wakely
C++17 deprecates uncaught_exception in favour of uncaught_exceptions, so this adds the attribute. PR libstdc++/81469 * libsupc++/exception (uncaught_exception): Deprecate for C++17. * testsuite/18_support/exception_ptr/62258.cc: Add -Wno-deprecated. * testsuite/18_