[Bug middle-end/81005] -fsanitize=null and -fsanitize=alignment doesn't check aggregate arguments of calls

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jun 8 08:11:00 GMT 2017


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Aggregate call lhs is handled already, gimple_store_p should be true for it.
Asm is indeed not handled, will look at that.


More information about the Gcc-bugs mailing list