https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121086
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |3.4.6
Last reconfirmed| |2025-07-15
Keywords| |diagnostic
Summary|Raw Segmentation fault with |anonymous static virtual
|virtual static unsigned |bitfield causes ICE while
|since version 3.4.6 |printing out diagnostic
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed. Reduced down to:
```
struct U {
virtual static int :0;
};
```