From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4068C3858421; Tue, 20 Dec 2022 10:59:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4068C3858421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671533967; bh=Rpl3KSZh+up0K9IxU/Wr/XIq7X/CmkaXBDNkTjgdm3Y=; h=From:To:Subject:Date:From; b=A3bFUi0H6muvll/T7LUoJZneP7ki+YiPe1jw5QrzGNNJFlRP1kVC/W/zsKsx8IVYM tw5wfPd7Xvx3fqj7qORCcdonpGsYW6YEDA3NlmVJHH6aOzkCY3EOHMKLkI+VdL1+eU gWPzoKG5rLKopn3A4JwcZ+8xJICkttXmIWJwPbIk= From: "alexei1.84 at mail dot ru" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/108186] New: Bootstrap comparison failure.gcc-12.2.0 differs gcc/plugin.o gcc/gcc.o Date: Tue, 20 Dec 2022 10:59:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alexei1.84 at mail dot ru X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108186 Bug ID: 108186 Summary: Bootstrap comparison failure.gcc-12.2.0 differs gcc/plugin.o gcc/gcc.o Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: alexei1.84 at mail dot ru Target Milestone: --- Created attachment 54129 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54129&action=3Dedit configure and make log file archive cd build wget https://gcc.gnu.org/pub/gcc/releases/gcc-12.2.0/gcc-12.2.0.tar.gz tar xvf gcc-12.2.0.tar.gz cd gcc-12.2.0 # from linuxfrom scratch # https://linuxfromscratch.org/blfs/view/svn/general/gcc.html sed -e '/m64=3D/s/lib64/lib/' -i.orig gcc/config/i386/t-linux64 mkdir build && cd build export LD_LIBRARY_PATH=3D$LD_LIBRARY_PATH:/usr/local/lib/x86_64-linux-gnu:/usr/lib= /x86_64-linux-gnu # to avoid error x86_64-linux-gnu search ../configure --prefix=3D/tools/gcc-9.4.0 LD=3Dld --enable-gcov --enable-lib= ssp --enable-bootstrap --enable-lto --with-isl=3D/usr/local --with-mpc=3D/usr/l= ocal --with-mpfr=3D/usr/local --with-gmp=3D/usr/local --with-system-zlib --enable-host-shared --disable-multilib --enable-shared --enable-threads=3D= posix --enable-__cxa_atexit --enable-clocale=3Dgnu --enable-languages=3Dc,c++,fortran,objc,obj-c++,jit,go > my2.log // ----------------------- error --------------------------- Comparing stages 2 and 3 Bootstrap comparison failure! gcc/plugin.o differs gcc/gcc.o differs make[2]: *** [Makefile:27331: compare] =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0= 1 make[2]: =D0=B2=D1=8B=D1=85=D0=BE=D0=B4 =D0=B8=D0=B7 =D0=BA=D0=B0=D1=82=D0= =B0=D0=BB=D0=BE=D0=B3=D0=B0 =C2=AB/mnt/Git/apt-build/build/gcc-12.2.0/build= =C2=BB make[1]: *** [Makefile:27311: stage3-bubble] =D0=9E=D1=88=D0=B8=D0=B1=D0=BA= =D0=B0 2 make[1]: =D0=B2=D1=8B=D1=85=D0=BE=D0=B4 =D0=B8=D0=B7 =D0=BA=D0=B0=D1=82=D0= =B0=D0=BB=D0=BE=D0=B3=D0=B0 =C2=AB/mnt/Git/apt-build/build/gcc-12.2.0/build= =C2=BB make: *** [Makefile:1072: all] =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0 2make // -------------------- installed gcc version ------------------------ alexei@Aspire:~ $ gcc -v Using built-in specs. COLLECT_GCC=3Dgcc COLLECT_LTO_WRAPPER=3D/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper OFFLOAD_TARGET_NAMES=3Dnvptx-none:hsa OFFLOAD_TARGET_DEFAULT=3D1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion=3D'Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=3Dfile:///usr/share/doc/gcc-9/README.= Bugs --enable-languages=3Dc,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix= =3D/usr --with-gcc-major-version-only --program-suffix=3D-9 --program-prefix=3Dx86_64-linux-gnu- --enable-shared --enable-linker-build-= id --libexecdir=3D/usr/lib --without-included-gettext --enable-threads=3Dposix --libdir=3D/usr/lib --enable-nls --enable-clocale=3Dgnu --enable-libstdcxx-= debug --enable-libstdcxx-time=3Dyes --with-default-libstdcxx-abi=3Dnew --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=3Dauto --enable-objc-gc=3Dauto --enable-multiarch --disable-werror --with-arch-32= =3Di686 --with-abi=3Dm64 --with-multilib-list=3Dm32,m64,mx32 --enable-multilib --with-tune=3Dgeneric --enable-offload-targets=3Dnvptx-none=3D/build/gcc-9-Av3uEd/gcc-9-9.4.0/deb= ian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=3Drelease --build=3Dx86_64-linux-gnu --host=3Dx86_64-linux-gnu --target=3Dx86_64-linux-gnu Thread model: posix gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) // ------------ my system - Linux Mint 20.3 Cinnamon ----------- alexei@Aspire:~/build/gcc-12.2.0/build $ uname -a Linux Aspire 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux=