https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125013
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|needs-bisection |fixed-but-no-testcase
--- Comment #7 from Drea Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Jonathan Wakely from comment #6)
> And it still changes behaviour at that commit even with
> -ftrivial-auto-var-init=uninitialized
Yes that commit seems to add `= {};` to the IR which causes there to be no
unintiailized locations any more.
So I think we can declare this as fixed then.