From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0B0323858D33; Mon, 25 Mar 2024 22:09:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B0323858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711404593; bh=ltzYeU6iSCeK221UtCOFu7z1YoLbtNNp/g0DWtIau4s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=O0fM+oZjwo/tnlkuuB8MXUkCyZrzE3136US7oNOfUfpwL+AaU/n8LhX5kZKXMpf/r qBWrdZqIJHfe9F49WjtJ2+7XmRZrgc2O8oLmRHORJqLcwVg9Wm+sdSyGcmAYa/8wBk IWAp56IBY+/D62hfhaixn8OsH1VVApCZ3tK/jOAk= From: "xry111 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/104817] mips: ICE in mips_output_move, at config/mips/mips.cc:5323 with -fzero-call-used-regs=all Date: Mon, 25 Mar 2024 22:09:51 +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: 12.0 X-Bugzilla-Keywords: ice-on-valid-code, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: xry111 at gcc dot gnu.org 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: cc 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=3D104817 Xi Ruoyao changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |qing.zhao at oracle dot com --- Comment #3 from Xi Ruoyao --- Hi Qing, Any progress on the https://gcc.gnu.org/pipermail/gcc-patches/2022-March/592002.html stuff? We just got another complain about -fzero-call-used-regs=3D on mips today... (PR114466) and let's make another try to solve it (maybe for GCC 15).=