https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95788
--- Comment #4 from Patrick Palka <ppalka at gcc dot gnu.org> --- (In reply to Johel Ernesto Guerrero Peña from comment #3) > Thank you. Sorry for my laziness, but did you confirm this from the OP? > > Other stuff in `bits/ranges_uninitialized.h` may be similarly affected. IIUC only ranges::construct_at is affected, since it's the only constexpr function in [specialized.algorithms] that uses placement new.