From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E1EBF385043C; Mon, 13 Jul 2020 22:06:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E1EBF385043C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1594677960; bh=0JXT2+opn1O1+q8QTHAuS00JW2+/VsyfQnzL7X87LRA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ej62P7dA/HZaV72HZ8SfACm6rrax2+fzs+iEbWaC+YxDFl8l4AY1T+nyie9iYyERW 2AsUTO7AdiryLkjcgn5COlKRlXLzw4mGu0UFQ1U5LdXiF3WiC96ztkQOz16zAf6Lx+ eWkqj7ChJZhDmyKzmG40XmuiMxQ1XJcOy/ehJd7s= 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: Mon, 13 Jul 2020 22:06:00 +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: Mon, 13 Jul 2020 22:06:01 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95952 --- Comment #14 from Will Schmidt --- (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 based b= ox > I have access to. Mikael, would be appreciated if you could give that a run-through to confir= m it fixes the problem on your system. thanks,=