From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A49EE3858D35; Mon, 22 Apr 2024 23:00:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A49EE3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713826857; bh=IciOPPT8Z0qp2DEVJqpDdClJ4CO5UpN8Kg3TiE8VuAY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SlcI4RsEJJ5R+0tgLAUucLuZnm8IYEZGiMBi+/WNqtz5gquK04q3GumhWxdPi1NvO 2u+podmWzRytyJj9inQlDph/R4IuURMsSGWVKysZxrX7m7AEE2UL9MXChUgvgvRG4s X6PjQgW2A6eCpTWCvxEjl6DybKDtMccMfSQt/JMY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/114643] [11/12/13/14 Regression] Call to a template function emitted but without the code for the template function itself Date: Mon, 22 Apr 2024 23:00:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: link-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.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=3D114643 --- Comment #6 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #5) > Started with r8-6709-gb9aba9fde536dc3e0293653509f530322ee2753e That is almost definitely just exposed the bug I have not looked to see if changing the params on the command line allows to expose it further back though.=