From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2D5BA3858025; Thu, 27 May 2021 11:52:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D5BA3858025 From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/100787] [12 Regression] Bootstrap failure caused by r12-1077 Date: Thu, 27 May 2021 11:52:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: blocker X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2021 11:52:59 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100787 --- Comment #5 from H.J. Lu --- I have [hjl@gnu-skx-1 gcc-32bit]$ ls /usr/local32/bin addr2line as dwp gprof ld.bfd nm objdump readelf str= ings ar c++filt elfedit ld ld.gold objcopy ranlib size str= ip [hjl@gnu-skx-1 gcc-32bit]$=20 and PATH:=3D/usr/local32/bin:$(PATH) in Makefile. I can bootstrap i686-linux gcc with $ CC=3D"cc -m32 -fno-lto" CXX=3D"g++ -m32 -fno-lto" RUNTESTFLAGS=3D"--target_board=3D'unix'" /export/gnu/import/git/sources/gcc/configure --enable-cet --with-demangler-in-ld i686-linux --prefix=3D/usr/gcc-11.0.0-32bit --with-local-prefix=3D/usr/local --enable-gnu-indirect-function --enable-clocale=3Dgnu --with-system-zlib --with-target-system-zlib --with-fpmath=3Dsse on Linux/x86-64.=