From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 308753858D37; Fri, 3 Mar 2023 09:55:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 308753858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677837338; bh=XWxOPRHaRKEbeIDDV0d+QUVbqZYhJqWDGf7RTATTSSY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jBtGmRu9wEnfvdJt4pBgJ0dqv9i5AR04DPGHAoTcShvuYVbVu0aEUs+buci8AWEMv B24aYMucmf9mLxi6Dt2EBvKNvb9bxe4u/5GS2/i8t231vat7K3ePIT/X65M8maiQVx SGAPh9nsVRonrVI3C/dWKf5oCyg4t8U+tc6AUhjw= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109002] [13 Regression] -O1 -ftree-pre -ftree-partial-pre results in stall value Date: Fri, 03 Mar 2023 09:55:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc target_milestone cf_known_to_work priority keywords 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=3D109002 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|-O1 -ftree-pre |[13 Regression] -O1 |-ftree-partial-pre results |-ftree-pre |in stall value |-ftree-partial-pre results | |in stall value Target Milestone|--- |13.0 Known to work| |12.2.0 Priority|P3 |P1 Keywords| |needs-bisection --- Comment #5 from Richard Biener --- Looks like GCC 12 "works", I suspect the compile-time optimizations in prun= ing to be the reason since PA_IN has bogus virtual operands in expressions whic= h is what the fix fixes.=