From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A71E1385840E; Fri, 24 Nov 2023 16:32:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A71E1385840E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700843529; bh=8R9T/qwNUguAbRi9qDjzIlnaMwDPE6Vw9S3MsQ3GVu4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=l9WAH080417KDXO8GZEpD1GPn05H/MRHIenygWxODAFpi7PHevlUVoSqGH/X8aOGO jdxAICPV+MgKd3fdg4AD9rcpaQdKMte7K3wsvt/DE6ZbWJZDHBO1WdOJwBtJj9TgFO VZYj+dhsbDWDl+SyGnzA4jtBaia+thtvcQiQUhNQ= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112686] [14 Regression] ICE: in gen_reg_rtx, at emit-rtl.cc:1176 with -fsplit-stack -mcmodel=large Date: Fri, 24 Nov 2023 16:32:09 +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: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ubizjak at gmail dot com X-Bugzilla-Target-Milestone: 14.0 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=3D112686 --- Comment #4 from CVS Commits --- The master branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:404ea4c1381398aee162415a88e5cb81c44f8c69 commit r14-5830-g404ea4c1381398aee162415a88e5cb81c44f8c69 Author: Uros Bizjak Date: Fri Nov 24 16:11:27 2023 +0100 i386: Fix ICE with -fsplit-stack -mcmodel=3Dlarge [PR112686] For -mcmodel=3Dlarge, we have to load function address to a register. PR target/112686 gcc/ChangeLog: * config/i386/i386.cc (ix86_expand_split_stack_prologue): Load function address to a register for ix86_cmodel =3D=3D CM_LARGE. gcc/testsuite/ChangeLog: * gcc.target/i386/pr112686.c: New test.=