From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0A0A6388A83E; Wed, 3 Jun 2020 18:52:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0A0A6388A83E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591210344; bh=ggHm0uKRa+YVGv9WM/vm9vL1tr1ZPGNbYh4g1Dqgtno=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H30GaI7CJ481ZZxsTM84RBqAaIeeLjO2KhejXeOgVcEDcPtUuNPF/glT6c2JzRGUV oNqu8WevdZgbTimWREY0OgPArn17nTh9cDkxBWCQ3DB/HdSr+ncV9OrTpawNMMl9Sa I2qbGjUiJYcYkphEK2B5f051YwTv0QLQ9vnBpulg= From: "joakim.tjernlund at infinera dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/60158] powerpc: usage of the .data.rel.ro.local section Date: Wed, 03 Jun 2020 18:52:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 4.8.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: joakim.tjernlund at infinera dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: WONTFIX 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: Wed, 03 Jun 2020 18:52:24 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D60158 --- Comment #9 from Joakim Tjernlund = --- (In reply to Segher Boessenkool from comment #8) > It does not happen on any target currently, and it has never happened > on non-SPE targets before. The main user, u-boot, added the workaround with -fno-ira-hoist-pressure=20 to avoid the bug: arch/powerpc/config.mk: Pass -fno-ira-hoist-pressure when possible There are various toolchain issues that cause us to produce invalid binaries with certain gcc 4.8.x and 4.9.x versions when we don't pass this flag in. Tested-by: Joakim Tjernlund Signed-off-by: Tom Rini The bug is still there as far as I known, the one-line patch hasn't been applied I think.=