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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Seems one doesn't need the sanitizer for that,
unsigned _BitInt(1) v1;
unsigned _BitInt(1) *p1 = &v1;
ICEs as well.

Reply via email to