From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 06AF13840C39; Mon, 29 Jun 2020 17:23:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 06AF13840C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1593451402; bh=SjYZQJ45at4CLwHP50gFOwur9Ak0LdaxNnXnNj+kxVM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZoThFbLeW3fsj2LaQMKKPkSR0khA26t85XUivN8hAIbUZzagEduMNd+Cn9lztm/xt ue3LQWvmR95gu6KYZQt5WJFlL7usEkFO8aVP+9u8mCLZxRRQa3OEc1zC1ZnMkYmxqF R8I+c/pVgKI6wlnq+CDvtGATAzGazPg9Bb9AaJ2I= From: "mikpelinux at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/95952] [8 Regression] gcc-8 bootstrap failure on powerpc64-linux Date: Mon, 29 Jun 2020 17:23:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 8.4.1 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: mikpelinux at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 8.5 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: Mon, 29 Jun 2020 17:23:22 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95952 --- Comment #6 from Mikael Pettersson --- (In reply to Peter Bergner from comment #5) > (In reply to Peter Bergner from comment #4) > > I can help you build a default32 gcc if just adding -m32 to your > > compile doesn't ICE on the test case. >=20 > I should mention, it's not as easy as just configuring with > --with-cpu=3Ddefault32. You also need a binutils that has been built as a > 32-bit binary. This is an Apple G5 running a 64-bit linux-5.7 kernel and a mostly 32-bit user-space, hence the --with-cpu=3Ddefault32 (which has been there since "forever").=