From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9DA943858C74; Mon, 30 Oct 2023 17:50:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9DA943858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698688250; bh=vqRTO213XqHmqpsUrpBX7Ecz/pGqjOmoa7Dm+I57q2k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QI65klL2/8NoWs3Jo1OT7/lwoBTmdzGRZ3ICeONAcUXpFwGx2Jy/1PB3QswaSHfsn qwoLMZQSAvcBDXWw5JzAwQ89up4iwO2NVveIlZmXJDG/MkFEQgGzMcHJ5GUjQSvlVn 6QcEghel3Q3OFW6xg/15EhJlEv/8QIGks6S4hhqg= From: "jamborm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111878] [14 Regression] ICE: in get_loop_exit_edges, at cfgloop.cc:1204 with -O3 -fgraphite-identity -fsave-optimization-record/-fdump-tree-graphite/-fopt-info Date: Mon, 30 Oct 2023 17:50:49 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jamborm 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=3D111878 --- Comment #4 from Martin Jambor --- I am not 100% certain if it is the same bug (I am happy to open a separate = bug report if not), but I'm getting an ICE on the same spot, also with graphite, when running gfortran ~/gcc/trunk/src/libgomp/testsuite/libgomp.fortran/simd7.f90 -floop-nest-optimize -O1 with master revision 89e97f655d6 gfortran (and the above libgomp test).=