From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E12EF38515DB; Wed, 30 Aug 2023 12:34:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E12EF38515DB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693398884; bh=FKpA4K2gVwNd0j66Mb1nu4GgZGXiF0QGVWkJKLUQQxA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=StNwFUcIGyvdJ2rnotn891oNC6o3wTaamOuKnH7oJL+NvCCq0Wy5Q2SdrIfE1MiWE zkVHqsWGM7SvQpAMwz5J2Y4ptfMUHXbUb8MhIWJMhKp27i/YClOugN4GJAAUhwhsH8 W8jhp/VVVOLyvhsCA2JIp9IjfidvzOTLm4qdmpAY= From: "juergen.reuter at desy dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110311] [14 Regression] regression in tree-optimizer Date: Wed, 30 Aug 2023 12:34:37 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: juergen.reuter at desy dot de X-Bugzilla-Status: UNCONFIRMED 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=3D110311 --- Comment #55 from J=C3=BCrgen Reuter --- Actually, according to my testing, the last commit where the gfortran produ= ced failing code, ishttps://gcc.gnu.org/git/?p=3Dgcc.git;a=3Dcommit;h=3Dc496d15954cdeab7f9039= 328f94a6f62cf893d5f (Aldy Hernandez A singleton irange etc.) and the first one working again is https://gcc.gnu.org/git/?p=3Dgcc.git;a=3Dcommit;h=3D1f7e5a7b91862b999aab88e= e0319052aaf00f0f1 (Vladimir Makarov) that seems to have fixed it.=20 The commit from Vladimir fixed an issue in RTL, but I am not sure what to conclude from this.=