From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9E0F238582A7; Sun, 3 Dec 2023 03:25:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9E0F238582A7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701573947; bh=5+ZWW5myexEw+u4hscsv/0mUjAX2z7S71qiJ4mnBSVg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JbKqI0ACzf3W+lT5Dw01zJ1DJ353aomFTnYS40IzSFDxsayXoGchnFF0Pl/ezFZux Ag1z/imrXpNLaSdoYn258DvBfnVteaPwOP61UcIW1d5X96fr6C90b6l3xp7VYMbv+I qrCma7LujBI/jLC3Kdycf13w638Dne1WN7HiVVKU= From: "juzhe.zhong at rivai dot ai" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112813] [14 Regression] RISCV ICE: vsetvl pass: in merge at config/riscv/riscv-vsetvl.cc:1968 on rv32gcv_zvl256b Date: Sun, 03 Dec 2023 03:25:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: juzhe.zhong at rivai dot ai 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: --- 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=3D112813 --- Comment #1 from JuzheZhong --- I think it's probably fixed on the trunk by my recent patch: https://gcc.gnu.org/git/?p=3Dgcc.git;a=3Dcommit;h=3D923a67f17badcbe6e2b2e5d= 3570a265443258c8e If it has been fixed, plz verify it and send a patch with testcase directl= y. Thanks.=