On Mon, Mar 1, 2021 at 7:32 PM Martin Sebor via Gcc-patches <gcc-patches@gcc.gnu.org> wrote: > > The documentation change made for pr83023 - branch probabilities > pessimize malloc, introduced an ambiguity into the description of > attribute malloc pointed out in pr99295. > > The change suggests that GCC assumes that most calls only to malloc > and calloc but not to realloc return non-null. Subsequent changes > exacerbated this problem by inserting additional text in between. > > The attached change rewords the description to avoid this unintended > reading.
OK. Richard. > > Martin