From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 70961386187F; Wed, 27 Sep 2023 09:24:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 70961386187F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695806664; bh=U34j9d5quHcU+7kTjnnVii0YNN7nN6YNdN+JTkgWKrQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HQEW5zkNjG+A2caWUneBf/pAokceoE8DMEkGYRBankBN7e3sA9PSzHosGur2KXj+a uRbANbcS1GebbOwZcKY6LCLCeQts84Z99cfPeZvXz9i/wL8WMkBzPRn1OSGaTx2S6E XX7ezd0SgjroyguVaTB2DbzjVwE66MlbBkXipH2M= From: "linkw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111591] ppc64be: miscompilation with -mstrict-align / -O3 Date: Wed, 27 Sep 2023 09:24: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: 13.2.0 X-Bugzilla-Keywords: needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: linkw at gcc dot gnu.org X-Bugzilla-Status: NEW 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: cc 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111591 Kewen Lin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |msebor at gcc dot gnu.org --- Comment #13 from Kewen Lin --- Thanks again for the reduced test case and the information! I tried to bisect it but encountered some build failures on _Float32 error etc., through grepping the log I switched to start from r13-2887 (good) to r13-7206 (bad). The bisection shows the culprit commit is r13-3378-gf6c168f8c06047 which was backported to GCC-12, it seems to match the observation new gcc-12 fail whi= le gcc-11 pass.=