From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2D0093858C50; Mon, 8 Apr 2024 08:24:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D0093858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712564696; bh=uI8MfiJTuNed57eusC3o3qqAjUnNmGlLskj1Y81dR6w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=E14EGG+OgGqMA1Zmhn+cAVfuAR4ErjiAI7/8Pv8RxXlbX0R4yPqoCkrJzUuCLo+S8 zOg+Ogz8XMHmXb3jrrormuYBLblxKczQkRgiGIQAOyZ1ggR5CHzGn8KoSLxAnZPRI8 +LIRBrXcsLNFe8JDtT5sTU6HZ32HuYSbn6j+BNBw= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114621] [11/12/13/14 Regression] ICE: in extract_insn, at recog.cc:2812 (unrecognizable insn) with -O -fpie and _Thread_local with large offset Date: Mon, 08 Apr 2024 08:24:55 +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: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 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=3D114621 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |uros at gcc dot gnu.org --- Comment #3 from Jakub Jelinek --- But I'm quite lost where ix86_legitimize_address should fix this up. It e.g. calls 12829 if (changed && ix86_legitimate_address_p (mode, x, false)) 12830 return x; but ix86_legitimate_address_p returns false there, but it still doesn't fix= it up later and just returns x anyway.=