From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A847E3853D3B; Fri, 7 Jul 2023 09:58:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A847E3853D3B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688723909; bh=12Edrq4MT8l+VeEL90mW89Dy0fZnB1OyQsg21FExjLM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RCxb9IP1aN5kHrK+vI9f2qQZ8x89p4qKbxIBLt9/y62VeYF6+jtppkSqAwPufct8d /3LgCdNa/Cj5VtSiDm/+VaGWP/TpArIZMtj5MOj4N7a2fxoCrwyQMHlHNMK3c1rdVW 3c6GGC0ebOcPcAffdfsVAMPR+d8JEw8nH7gtBIIQ= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/104931] [10 Regression] wrong-code with number_of_iterations_lt_to_ne Date: Fri, 07 Jul 2023 09:58:28 +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: 11.2.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status cf_known_to_fail target_milestone 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=3D104931 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Known to fail| |10.5.0 Target Milestone|10.5 |11.3 --- Comment #14 from Richard Biener --- fixed in 11.3.=