On 7/1/20 1:29 PM, Jonathan Wakely wrote:
On 30/06/20 17:43 +0100, Jonathan Wakely wrote:
gcc/testsuite/ChangeLog:
* g++.dg/analyzer/pr94028.C: Make operator new non-throwing so
that the compiler doesn't implicitly mark it as returning
non-null.
Fixes these:
FAIL: g++.dg/analyzer/pr94028.C -std=c++98 (test for excess errors)
FAIL: g++.dg/analyzer/pr94028.C -std=c++14 (test for excess errors)
FAIL: g++.dg/analyzer/pr94028.C -std=c++17 (test for excess errors)
FAIL: g++.dg/analyzer/pr94028.C -std=c++2a (test for excess errors)
Updated to add PR 96014 to the commit log.
OK for master?
ok
--
Nathan Sidwell