From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 022063858C2C; Tue, 9 May 2023 13:21:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 022063858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683638500; bh=jFGtX7xEV6aU6t0xyY9+2h+7GUoTWQDECqQ1ty0c0Bg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DBtNAU+SKseLvpqW0vUvLcHDqUMiesvZrorahlVntAz9BZkMZY0z0yWwgxRVzjOCD 8vw5umm+SAtNyOnna0fhZlX8zUA/05wjgxNwXZYZsCl8MSsqgfDs7ty2dKI6Wexndi 0xdPl4zZixtsQ6NLyuI97CttxsXlI3nzlMP2bZQA= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109774] template function causes Spurious dangling reference warning while non-template does not Date: Tue, 09 May 2023 13:21:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on bug_status cc everconfirmed 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=3D109774 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-05-09 Status|UNCONFIRMED |NEW CC| |mpolacek at gcc dot gnu.or= g, | |ppalka at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Patrick Palka --- Thanks for the report, confirmed.=