https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106171
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- We don't have uninitialized memory sanitizer. -fsanitize-address-use-after-scope doesn't trigger because it is use in scope, just not initialized there.