https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121791
--- Comment #4 from Henry A. Garcia <defsyn at gmail dot com> --- Here's the part that breaks. On Thu, Sep 4, 2025 at 11:52 AM pinskia at gcc dot gnu.org < gcc-bugzi...@gcc.gnu.org> wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121791 > > --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- > if (is_a <scalar_int_mode> (outermode, &int_outermode) > && is_a <scalar_int_mode> (innermode, &int_innermode) > && known_eq (byte, subreg_lowpart_offset (int_outermode, > int_innermode))) > > > This is definitely initialized. This looks like a bogus warning then. > > -- > You are receiving this mail because: > You reported the bug.