From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0B10D385BF81; Tue, 14 Jul 2020 17:16:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B10D385BF81 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1594746986; bh=4MOs/MgFsuYUAtDpu3NW37MGFakCplUaUr1XTmok7pQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=e1KFq7+uYBEZVONxcwATjribPcdfgL/QfR1oPNCX84yaGuEV9HTiis9Uouz+ejbu4 fAtPH2k5D2uFcIha1BnaB+qBvZeQ5mvrn58c9TBF38ErD/vzI32FLPvbhxmIExcxVB 7mtYslC9A0ULU8zyztBzrP/yHMbRURCphizXeW/o= From: "willschm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/95952] [8 Regression] gcc-8 bootstrap failure on powerpc64-linux Date: Tue, 14 Jul 2020 17:16:25 +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: willschm at gcc dot gnu.org 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: Tue, 14 Jul 2020 17:16:26 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95952 --- Comment #16 from Will Schmidt --- (In reply to Mikael Pettersson from comment #15) > (In reply to Will Schmidt from comment #14) > > (In reply to Will Schmidt from comment #13) > > > Created attachment 48871 [details] > > > proposed patch > > >=20 > > > Attached patch appears sufficient to resolve the issue on the 970 bas= ed box > > > I have access to. > >=20 > > Mikael, would be appreciated if you could give that a run-through to co= nfirm > > it fixes the problem on your system. > > thanks, >=20 > I can confirm that this patch restores gcc-8 bootstrap with the older > binutils. Thanks :-)=20 Patch posted to list for review.=