From: Jonathan Wakely Date: Thu, 23 May 2019 08:46:40 +0000 (+0100) Subject: Remove resolved TODO comment X-Git-Tag: misc/cutover-git~5296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf9847d25f1ca8998725ce1807e8bca23b11832e;p=thirdparty%2Fgcc.git Remove resolved TODO comment * init.c (std_placement_new_fn_p): Remove outdated TODO comment that was resolved by r254694. From-SVN: r271541 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 88baf8647b61..30b9bf596844 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2019-05-23 Jonathan Wakely + + * init.c (std_placement_new_fn_p): Remove outdated TODO comment that + was resolved by r254694. + 2019-05-22 Jason Merrill PR c++/20408 - unnecessary code for empty struct. diff --git a/gcc/cp/init.c b/gcc/cp/init.c index 4ffd96eef9d7..b206263f23ca 100644 --- a/gcc/cp/init.c +++ b/gcc/cp/init.c @@ -2848,8 +2848,7 @@ malloc_alignment () } /* Determine whether an allocation function is a namespace-scope - non-replaceable placement new function. See DR 1748. - TODO: Enable in all standard modes. */ + non-replaceable placement new function. See DR 1748. */ static bool std_placement_new_fn_p (tree alloc_fn) {