https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117505
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
Last reconfirmed| |2024-11-08
Target Milestone|--- |12.5
Known to fail| |4.9.0, 4.9.1, 5.1.0, 9.1.0
Known to work| |4.7.1, 4.8.1, 4.8.5
Summary|ICE on x86_64-linux-gnu: |[12/13/14/15 Regression]
|Segmentation fault with |ICE on x86_64-linux-gnu:
|__attribute__(used) |Segmentation fault with
| |__attribute__(used) and
| |templates and a typedef of
| |struct without a tag
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.
I remember seeing other issues where the tag for the struct is not included but
only using typedef for the name.