https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104215
--- Comment #4 from rguenther at suse dot de <rguenther at suse dot de> --- > Am 25.01.2022 um 19:20 schrieb msebor at gcc dot gnu.org > <gcc-bugzi...@gcc.gnu.org>: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104215 > > --- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> --- > I meant to say "C++ made it implementation-defined to use a pointer made > indeterminate by the pointee's lifetime having ended." I’m sure „use“ is too weak defined here. Also reallocate only conditionally ends the pointees lifetime since it can return NULL or the same pointer. > -- > You are receiving this mail because: > You are on the CC list for the bug.