From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5FD9F3858C60; Thu, 9 Feb 2023 14:54:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5FD9F3858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675954493; bh=SzZDpfYtrSrhYkpZ2aBZk4dMVmgPvOaZY4vpGIoDf3w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lkPQin3hO8jWD/0sVhGl3OIacBSQxjREP3DrxD8YBZxFeqX3uc4OzT0u1+5PfuWCz vTTItgHmP1aui+a03K+3y6+yB1m3eD+ozfVRnMJPRNttTfPZoyVGeIDGPv6FsCOVUI POlwkLCdzKpIGkkt/nYtI3Rpfn3Chmrpa8W1PfUI= From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/107424] [13 Regression] ICE in gfc_trans_omp_do, at fortran/trans-openmp.cc:5397 - and wrong code - with non-rectangular loops Date: Thu, 09 Feb 2023 14:54:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: accepts-invalid, ice-on-valid-code, openmp, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: burnus at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D107424 --- Comment #12 from Tobias Burnus --- Still to be done: Handle loop steps other than =C2=B11. For a suggestion how it could be hand= led, see thread ending with the following email, which is possibly sufficient https://gcc.gnu.org/pipermail/gcc-patches/2023-January/610351.html=