https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81981

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Looks like the problem is that since that revision in .uninit there's
UBSAN_PTR (&t, 0);
and so the warning probably thinks that t escapes and so doesn't warn.

Reply via email to