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
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