From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7903F3857B8A; Mon, 10 Oct 2022 10:05:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7903F3857B8A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665396356; bh=Ss2FPPey3TFVJB9mr0CriJnGBMSq8Rv0F9xoWqIrYNU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xa/eXshCIVGz1PljDoCZAiBJ9JU8NAooqNvncW4Dao6iHFcuaY8bOhG+2/Ab4bryo XcEG4OzknINOx4RKPv0jCDasn1+uCCD0KeuYUjcP2yU2zyE2Eh9N8TPzD+Gwm9soPY mPqPnyWy0OoH4E40NLIIlR2+yA+4abQ9FtzojvEw= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107153] [13 Regression] ICE in check_loop_closed_ssa_def, at tree-ssa-loop-manip.cc:645 Date: Mon, 10 Oct 2022 10:05:55 +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: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth 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=3D107153 --- Comment #5 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:a99f511c57b5b02edfd5969148c580b4a8737ee8 commit r13-3191-ga99f511c57b5b02edfd5969148c580b4a8737ee8 Author: Jakub Jelinek Date: Mon Oct 10 12:04:56 2022 +0200 Require fgraphite effective target for pr107153.c test [PR107153] The test uses -floop-parallelize-all which emits a sorry when graphite isn't configured in. 2022-10-10 Jakub Jelinek PR tree-optimization/107153 * gcc.dg/autopar/pr107153.c: Require fgraphite effective target= .=