[C++ PATCH] Remove the null check from placement new in all modes

Eric Botcazou ebotcazou@adacore.com
Mon Nov 13 12:20:00 GMT 2017


> 2017-11-13  Ville Voutilainen  <ville.voutilainen@gmail.com>
> 
>     gcc/
> 
>     Remove the null check from placement new in all modes
>     * cp/init.c (build_new_1): Don't do a null check for
>     a namespace-scope non-replaceable placement new
>     in any mode unless -fcheck-new is provided.

Incorrect entry, it should go in gcc/cp/ChangeLog without the cp/ prefix:

	* init.c (build_new_1): Don't do a null check for
	a namespace-scope non-replaceable placement new
	in any mode unless -fcheck-new is provided.

-- 
Eric Botcazou



More information about the Gcc-patches mailing list