From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F324F388E818; Tue, 11 May 2021 18:45:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F324F388E818 From: "mkuvyrkov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/100537] Bootstrap-O3 and bootstrap-debug fail on 32-bit ARM after gcc-12-657-ga076632e274a Date: Tue, 11 May 2021 18:45:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mkuvyrkov at gcc dot gnu.org 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: 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: Tue, 11 May 2021 18:45:39 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100537 --- Comment #2 from Maxim Kuvyrkov --- So far I managed to reproduce this only with armhf Go build, so one needs g= o1 binary from either a native armhf system or an armhf cross-toolchain to reproduce. To reproduce on a native system configure GCC with: ../gcc/configure --disable-bootstrap --disable-multilib --with-float=3Dhard --enable-languages=3Dgo To reproduce using a cross-toolchain and Linaro scripts: git clone https://git.linaro.org/toolchain/abe.git cd abe ./configure ./abe.sh --target arm-linux-gnueabihf --build all --extraconfigdir config/master=