https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113639
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-01-29 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed. This looks like another SRA issue. SRA produces: ``` _BitInt(192) s; _BitInt(129) _1; <bb 2> : s_10 = MEM[(struct S *)&s]; _1 = VIEW_CONVERT_EXPR<_BitInt(129)>(s_10); ``` Note I did s/418/129/ to make easier to reproduce on all targets that support _BitInt (which is still just x86_64).