[Bug tree-optimization/106171] wrong code at -O1 and above on x86_64-linux-gnu

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Jul 3 11:15:05 GMT 2022


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.


More information about the Gcc-bugs mailing list