From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 67563385482C; Fri, 21 Oct 2022 09:20:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 67563385482C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666344029; bh=vDJ3QEvGu1D/m48PfdsmnxUEQcqpMm0sTP/TTO5pj3E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oDexWjg/+5swnhfPudMHWG1D/1Szuh8LTDKljQ1uBOEkjwsdCC5sFCLTPBX9JDix7 a0dHrilJMKcYwDOTF2+CVMovdjMj26+mWZ2rwkV7kY2l10FsihLrfBRqZd+iWqigWs maUy63dYHQx96WQ50simY2cA4GT7A70u3TF2SL+A= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107323] [10/11 Regression] Loop distribute issue Date: Fri, 21 Oct 2022 09:20:29 +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: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work 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=3D107323 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |12.2.1 Summary|[10/11/12 Regression] Loop |[10/11 Regression] Loop |distribute issue |distribute issue --- Comment #11 from Richard Biener --- Truly fixed on trunk now and also the GCC 12 branch. I'll wait a bit before backporting further, the patch cherry-picks to all older branches just fine= in case you want to try on your full code with GCC 11.=