https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121791
--- Comment #6 from Henry A. Garcia <defsyn at gmail dot com> --- | "Attachments with a MIME type of "text/html" are not allowed on this installation. " So, I'm confused. You don't allow logs produced on a linux system using 2>&1 | tee nameofalog.log. Maybe gmail is doing this and I have to set it to Plain text mode. It's a text file produced by tee. Regardless, how do I declare that on the make profiledbootstrap on the command line or do that during the configure phase of the compiler? On Fri, Sep 5, 2025 at 8:11 AM <gcc-bugzi...@gcc.gnu.org> wrote: > Attachments with a MIME type of "text/html" are not allowed on this > installation. > > Henry Garcia wrote: > > 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 <def...@gmail.com> wrote: > > > > > 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. > > > > > > >