https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121791
--- Comment #5 from Henry A. Garcia <defsyn at gmail dot com> --- The way the build process treats the bogus warning makes the profiledbootstrap fail in the stageprofile stage. On Thu, Sep 4, 2025 at 12:07 PM Henry Garcia <[email protected]> wrote: > Here's the part that breaks. > > On Thu, Sep 4, 2025 at 11:52 AM pinskia at gcc dot gnu.org < > [email protected]> 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. > >
