https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119689

            Bug ID: 119689
           Summary: [15 Regression] Bootstrap comparison failure on
                    i586-linux
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

I get a boostrap(-debug) comparison fail when bootstrapping on i586-linux:

Comparing stages 2 and 3
Bootstrap comparison failure!
gcc/ipa-fnsummary.o differs

I reproduced this failure from our package build from outside on a x86_64
host with 32bit binutils utils in PATH and a somewhat stripped down
configury (I've not tried stripping down further yet) and BOOT_CFLAGS
(not tried stripping down yet)

> CC="gcc -m32" CXX="g++ -m32" /space/rguenther/src/gcc-clean/configure 
> --enable-languages=c,c++,fortran,jit --enable-host-shared 
> --enable-checking=release --disable-werror --enable-ssp --disable-libssp 
> --disable-libvtv --enable-cet=auto --disable-libcc1 --enable-plugin  
> --with-system-zlib --enable-libstdcxx-allocator=new --disable-libstdcxx-pch 
> --enable-libphobos --enable-version-specific-runtime-libs 
> --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex 
> --enable-gnu-indirect-function  --without-system-libunwind 
> --with-arch-32=i586 --with-tune=generic --enable-link-serialization 
> --build=i586-suse-linux --host=i586-suse-linux 
> --with-build-time-tools=/abuild/rguenther/tools32/usr/bin

> make -j6 CC="gcc -m32" CXX="g++ -m32" BOOT_CFLAGS="-fomit-frame-pointer -O2 
> -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong 
> -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection 
> -Werror=return-type  -g"

Reply via email to