From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8A6673858C52; Wed, 22 Mar 2023 08:03:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A6673858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679472224; bh=KzDf/07nrvC4KwH8wbocMSaYbiccSAV8C2M6yXyEyfw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=r++uYk9wjKJNpSkwPqXubL0mRgtilawnUuHYEgNJSpEE8xRMsFQvENQtxc2dvqTLP NqYJ3YCdci9ipTFChpNkYonQHaq6svGJbEpDLZxxfarx96A2CEZjcu9aHd6bUA4Hou XKXeJtX672g6hNtGhF2OtnE5zOI2HZjko7RZ/Rkc= From: "juzhe.zhong at rivai dot ai" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109244] internal compiler error: in setup_preferred_alternate_classes_for_new_pseudos, at ira.cc:2892 Date: Wed, 22 Mar 2023 08:03:43 +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: 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=3D109244 --- Comment #3 from JuzheZhong --- (In reply to Mathieu Malaterre from comment #2) > Thanks for the quick update. I'll stop my test until this is merged. >=20 > As a side note, I am also seeing this one in my log: >=20 > internal compiler error: in finalize_new_accesses, at rtl-ssa/changes.cc:= 471 > 133 | } > | ^ > 0xf6b49f rtl_ssa::function_info::finalize_new_accesses(rtl_ssa::insn_chan= ge&) > ../../src/gcc/rtl-ssa/changes.cc:471 > 0xf656cd > rtl_ssa::function_info::change_insns(array_slice) > ../../src/gcc/rtl-ssa/changes.cc:659 > 0xf6551f rtl_ssa::function_info::change_insn(rtl_ssa::insn_change&) > ../../src/gcc/rtl-ssa/changes.cc:717 > 0x57eeb1 change_insn > ../../src/gcc/config/riscv/riscv-vsetvl.cc:1027 > 0x57eeb1 pass_vsetvl::cleanup_insns() const > ../../src/gcc/config/riscv/riscv-vsetvl.cc:3929 > 0x59070b pass_vsetvl::lazy_vsetvl() > ../../src/gcc/config/riscv/riscv-vsetvl.cc:4189 > 0x590891 pass_vsetvl::execute(function*) > ../../src/gcc/config/riscv/riscv-vsetvl.cc:4219 Is this ICE also comes from compiling the codes that you attach in this PR? If yes, I am pretty sure this issue has been fixed since I compile the attachment you gave with no fails now. Let's wait for kito to merge all the bug fix patches (there are about 5 bug= fix patches pending in the GCC mail list) Thanks.=