From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E51FE3858D33; Mon, 25 Mar 2024 13:07:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E51FE3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711372061; bh=kzOFhA50SlLTij37J+OZTHN6T1EAdoXHzzInZAN8dg8=; h=From:To:Subject:Date:From; b=xf4X3WW2fr1Y6qRFEVTYn7mWhBs/MT1yr5JMXNNOvo1VdiawdVewUnizDi1VdToj8 ZkOXzPLM36QveMkiE2Mh6pTWjsgYdhh/ZGEO9c6FKSzoTsJj/kt3dkOBQyL4T+bHpU ozV6xnF+bEHD1hwe4DbyPxqX3r1uRLeWpabW/kdU= From: "rene at exactcode dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114466] New: mips: ICE during RTL pass: zero_call_used_regs Date: Mon, 25 Mar 2024 13:07:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rene at exactcode dot de 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D114466 Bug ID: 114466 Summary: mips: ICE during RTL pass: zero_call_used_regs Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: rene at exactcode dot de Target Milestone: --- Compiling the latest openssh-9.7p1 (and openssh-9.6p1) for mips-linux or mips64n32 linux causes and internal compiler error: Segmentation fault: uring RTL pass: zero_call_used_regs misc.c: In function 'bandwidth_limit': misc.c:1807:1: internal compiler error: Segmentation fault 1807 | } | ^ 0x128fff5 internal_error(char const*, ...) ???:0 0x863ad0 emit_move_insn(rtx_def*, rtx_def*) ???:0 0xac9967 default_zero_call_used_regs(HARD_REG_SET) ???:0 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See for instructions. at least 14-20240324 and 13-20240224 are affected. I would expect at leaste 13.2 as well.=