From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5E23F3858C2C; Thu, 23 Feb 2023 09:12:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5E23F3858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677143539; bh=JhGJzYBSjIhGapRZq7yPXp5c/r+aIi9ri0MKaLVcIqw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=M3dqTw2X78ExyFUYBpV5o1aREuZ0xWG0ZTyGdb1wZpAoe/Kj3M2wxvqSPBQS1ohgB TqlWyBt3OuOCTWgXkjCocXXmZKqI0o6qkPVzPrtasq2T1SCCcGVlmtbsKE2n0qGi22 AvcPGUAFFzi0MKf2tCKAxzA99gPICqdy9p9TG/Ds= From: "linkw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/108519] [13 regression] gcc.target/powerpc/pr105586.c fails after r13-5154-g733a1b777f16cd Date: Thu, 23 Feb 2023 09:12:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: compare-debug-failure, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: linkw at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution 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=3D108519 Kewen Lin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |linkw at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #4 from Kewen Lin --- This one is dup of PR108273, the culprit commit just exposes this latent is= sue on Power8 LE (and also cover the failure on Power10 LE). *** This bug has been marked as a duplicate of bug 108273 ***=