From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 19F833851A89; Thu, 20 Oct 2022 09:12:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 19F833851A89 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666257137; bh=NJ20PRUKcQiCB3bRGlmwvMA8DprlV4QAJ/AYgFT/uxw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=V1R7yWPgPf9xJN9iVt0XQiXDlCGgCKGl5PSmey8o8gxm5Tqm94XdTmqmOKoCDmKlO xDhmkXXmiQDo+mwvqlxfQxwCCbUlS4+2fZPjn9FnvGziqLqGW5mM1bHjjOCtRx1Q7t xKBA/FlBPIacxxEOSpykyQq/Lc4Z71p3Na7fAuWY= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107323] [10/11/12 Regression] Loop distribute issue Date: Thu, 20 Oct 2022 09:12:15 +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: marxin 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: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D107323 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rguenth at gcc dot gnu.org Keywords|needs-bisection | --- Comment #3 from Martin Li=C5=A1ka --- Fixed on master with r13-1732-g87f46a16ec05beb5 and likely started with r11-1565-g2c0069fafb53ccb7. Richi: Can you consider backporting the revision?=