Re: [C++ PATCH] Some check-c++-all fixes

2017-09-19 Thread Jason Merrill
OK, thanks. On Tue, Sep 19, 2017 at 9:03 AM, Jakub Jelinek wrote: > Hi! > > In make check-c++-all I've noticed some UNSUPPORTED tests and some > failures, the following patch attempts to fix those. > The failures are due to new not emitting operator new (...) != NULL > comparison with -std=c++17

[C++ PATCH] Some check-c++-all fixes

2017-09-19 Thread Jakub Jelinek
Hi! In make check-c++-all I've noticed some UNSUPPORTED tests and some failures, the following patch attempts to fix those. The failures are due to new not emitting operator new (...) != NULL comparison with -std=c++17 anymore, so there is nothing to fold away (first 2 hunks). The rest is about t