https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90424
--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Hmm, we get: BIT_INSERT_EXPR <r_5(D), _1, 0>; Since r_5 is unintialized, can't we just do: {_1, 0} ?
pinskia at gcc dot gnu.org via Gcc-bugs Sun, 23 Feb 2025 16:35:20 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90424
--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Hmm, we get: BIT_INSERT_EXPR <r_5(D), _1, 0>; Since r_5 is unintialized, can't we just do: {_1, 0} ?