https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81005
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Actually, not 100% sure about asm, we don't instrument those with asan either, the problem is that there is no guarantee the asm reads or writes any of the aggregate operands, so instrumenting those is problematic.