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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
struct S { int : 1; };

void
bar (volatile struct S *p)
{
  *p;
}

ICEs too.

Reply via email to