From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D84D93858C2F; Tue, 18 Apr 2023 02:05:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D84D93858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681783520; bh=zDjVPD0nTDVH+A60IqCi1pg/ahmEhA6b998fKd6M1CE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=h1bFVxI3WuOktS6gfMUOSjEG0JDvZZl1BNTVYl3Exx/Xtq2oOME/lBxdV8OGaH+zV sFsyFWJND36bFM6l4wq+CZat4tB1DpIaXbLfA7cgXbsDI6hfuf/cbd0se3M3NJW4sT SPFHl/3aNxFitECa2oakzT6F1ZHUm7C08fmrw0BA= From: "juzhe.zhong at rivai dot ai" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109535] internal compiler error: in finalize_new_accesses, at rtl-ssa/changes.cc:471 Date: Tue, 18 Apr 2023 02:05:16 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: juzhe.zhong at rivai dot ai X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: juzhe.zhong at rivai dot ai 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=3D109535 --- Comment #9 from JuzheZhong --- Confirm it is VSETVL pass bug in RISC-V port backend. Fix patch here: https://gcc.gnu.org/pipermail/gcc-patches/2023-April/615882.html Hopefully, it will be merged soon.=