From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C13893858403; Sun, 4 Feb 2024 05:32:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C13893858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707024758; bh=X38V2WJFwYgN0r/kgmTal+TEuO1oz4nPajrrucZHM3s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MpvrcZ4bIrM3swzrEsO5SlTPo3qMo5rQx+pvwaodGETCCXdD50mUAu/bovusGMhtE 3qmeJgH5JHhTI5P9IWhEQ/4CFJqCP3QLR3ALZ41c75EGDmjin8W8AwL5B4GCMhuIOL hkz5+dXIKzXACL4k+W8/dppre8KhZvBzLUjFO4Nw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113714] [11/12/13/14 Regression] Missed optimization for redundancy computation elimination: -(w+d-x)-x => -(w+d) Date: Sun, 04 Feb 2024 05:32:38 +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: missed-optimization, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed cf_reconfirmed_on target_milestone keywords bug_status 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=3D113714 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2024-02-04 Target Milestone|--- |11.5 Keywords| |needs-bisection Status|UNCONFIRMED |NEW --- Comment #1 from Andrew Pinski --- Confirmed.=