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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Given the TREE_STATIC on:
  static const int C.0[2] = {1, 2};
I don't understand why there is ASAN_UNPOISON/ASAN_POISON for C.0, shouldn't
that be applied solely to automatic variables, not block scope locals?

Reply via email to