From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A71FE3858D28; Thu, 8 Sep 2022 01:39:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A71FE3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662601186; bh=heg+AmA97elA0G5QMDPOqoqWZRR4fmCF/hxVl+8O6z0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=k5wTlamxL0VFjv4Tcfk8TUT9Sk45tsF5HYMMPf0qEKxFIFzzReIQwQHA693FSJx/X xJ9ThDIjHTLYknJM8f0szvW95TVnxo3xc8iYrG2J+dGlN90actSE7OQNowSjzSUnrY HyciE7GFR41i7iVI64abGoGLtkP8k89l0RpspH+s= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/83052] ICE in extract_insn, at recog.c:2305 with -mcmodel=large Date: Thu, 08 Sep 2022 01:39:45 +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: 8.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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_status resolution 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=3D83052 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #7 from Andrew Pinski --- Even though PR 89289 is newer, it has more information on what is going wro= ng with -mforce-indirect-call . Also what is not mentioned here is dynamic model is needed to hit the issue (which is what -fPIC does too). *** This bug has been marked as a duplicate of bug 89289 ***=