From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4B1BB3858408; Wed, 7 Feb 2024 13:53:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B1BB3858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707314010; bh=FgTdfXslcyLydwvjeCPvEJlCakrAdEwEG9JqXTwE/8g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iBo6/J4ixItX+GpZOBVkgeSvcJ8SZXkGwRZx+sN2PB8cchA4qX8ziN0EqpcZ6dBhA U4LXgmWlGxa2E6xeFaJKjC3uIs1h4LajDCo70gGDOWfBmxeI9LTNtBXhJB/DFH6Voy pOtohbS3zb1uMEhvWi90GqDpCcCCro9m6sTdbPZI= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113808] [14 Regression] FAIL: libgomp.fortran/non-rectangular-loop-1.f90 since r14-8768 Date: Wed, 07 Feb 2024 13:53:30 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: 14.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=3D113808 --- Comment #5 from Richard Biener --- (In reply to Jakub Jelinek from comment #3) > Started with r14-8768-g85094e2aa6dba7908f053046f02dd443e8f65d72 > The regression status is unclear because we emitted sorry on this > before r14-2634-g85da0b40538fb0d17d89de1e7905984668e3dfef I think r14-8768 just exposed this. We are picking the last exit in the loop, it's not a PEELED case. It's the exit towards the if (k/=3D53) not towards STOP.=