[Bug sanitizer/81224] ICE in -fsanitize=address w/ a register variable of a vector type

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jun 27 10:53:00 GMT 2017


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Sure, and both tsan.c and ubsan.c already have some
if (VAR_P (base) && DECL_HARD_REGISTER (base))
  bail out;
tests, but asan.c doesn't (and should).


More information about the Gcc-bugs mailing list