> 2017-11-13 Ville Voutilainen <ville.voutilai...@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