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.
jakub at gcc dot gnu.org via Gcc-bugs Wed, 14 Jul 2021 04:06:38 -0700
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.