From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B9AFD3858C50; Thu, 9 Feb 2023 11:51:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B9AFD3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675943514; bh=ErNSTRlb5BsVkOKxzggiH/knTq+7Psm1Lx3fK62i1X0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=p0SN34P7fHu+/7L/XLvcq5tqapRxrB2rop9QVTou7mPWK7Oy7nyAb+UCehX2KBz1x 4JPmq2pPrBOqPTtbn9UoLwojGj1MEWHV7PmRSNQ8udGoRLnmPAO4dUx8ypHX/8sx6l XfVTWWEiRwwo0Bn310dzsUeqoKnFDTuAq0mEbR4k= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/105554] [10/11/12/13 Regression] ICE: in emit_block_move_hints, at expr.cc:1829 since r9-5509-g5928bc2ec06dd4e7 Date: Thu, 09 Feb 2023 11:51:53 +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: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 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=3D105554 --- Comment #11 from Martin Li=C5=A1ka --- >=20 > Well, most definitely the new decls target options need to be=20 > instantiated? Then it must be a tree pass that will properly call set_current_function :/= The multiple_target pass is an IPA pass. Can we go for now with the comment 7?=