From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 17ECE385843E; Thu, 29 Sep 2022 07:24:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 17ECE385843E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664436255; bh=ioD0PLANFx18IXWVVG7PCOFbTRjdAKKjoH3RiNfURac=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dOtv5AlAu/kaq1brcBa0rxRVhU4Dwa5QeHyj3VqxlxOwNBjikiPF1pyZWQ9nI5qz/ OBowcoVWyCzfc+dmWoGPaaQQ/1dKr8rVzJ9F7Edwti/QM6M1Op5D5ysXNnaM6T6rUN gUFs3XkEp6lPE5SwhHlsbdARV3zdU1ZaEgry+AsQ= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107055] [13 Regression] ICE in vect_peel_nonlinear_iv_init, at tree-vect-loop.cc:8415 Date: Thu, 29 Sep 2022 07:24:14 +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: crazylht at gmail dot com 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: 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=3D107055 --- Comment #6 from Hongtao.liu --- Fixed in GCC13.=