From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 250333858D35; Wed, 28 Jun 2023 08:11:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 250333858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687939919; bh=jGtFa4RWngIqqZbdmc64K0FxVSFDi8OutITsgLRXiKA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=X6L3G7AmO/3HuvJi732+9XtpONkDfQea6feIjNMbUuOifTYeBWfUy9tDlwwPNe7NL ZPwn8/DCo2XlwEyVGINDdmFI1F31TLmdtClaaYS5uWaKGvrxughGGxOAu0Fiib/gEB xBhMnZxF5XwyjX+yPLH7Z+0/rNs8boGuiRUHMxFw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110446] [14 Regression] Wrong code at -O1/2/3/s on x86_64-pc-linux-gnu Date: Wed, 28 Jun 2023 08:11:58 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status cf_reconfirmed_on keywords target_milestone everconfirmed 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=3D110446 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot = gnu.org Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2023-06-28 Keywords| |wrong-code Target Milestone|--- |14.0 Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski --- Mine. This is basically a dup of the other phiopt issue dealing with flow sensitive information.=