From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 389BD3858C33; Wed, 19 Jul 2023 16:36:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 389BD3858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689784606; bh=rj4+cma/0PAtxG5LptOp6zqq2ds612N+Xrh17GjTPaI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XQkRT7Isl9M+kRhPqb2r0ysFVRvIyu4Iyh7+2TM+YswfhbwjKzcMLLTcKPD1H5tun eRmyuxKQ8oqpDR+/3Fee5JPYh9Toxjs8Y04Ej69R32phUsGypfJvMZlQzJjzBPv4UM 4IPtqjVkIWtGSOrLPCudm+U+Eai6NYHZKAOP/6uI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110410] Missed optimization in DOM with a single value range Date: Wed, 19 Jul 2023 16:36:45 +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 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone keywords short_desc 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=3D110410 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|14.0 |--- Keywords|wrong-code | Summary|[14 Regression] Different |Missed optimization in DOM |results between -O0 and -O2 |with a single value range --- Comment #7 from Andrew Pinski --- The reduced testcase in comment #3 still has the missed optimization so kee= ping this open and changing the summary and removing the regression marker.=