From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 333BF385741B; Mon, 10 Oct 2022 15:20:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 333BF385741B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665415250; bh=sShN98dCrMNFsJ2M2hW/FU9chshMBr1/5MCJI9uJ7V8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xIs9tlqTNVjLqLdVof0GRNDAFfYiJjbh1jz7V68lP3P9ujuTQKNT+MdtX4mzpn140 Y7sE6zLDoGdh/GyxD+E5gv67e84iJyNjkLQQuiXEu2c0JF+QSxGCxkEmn/Rf3rFnQ/ PRHz1an1HFacrNs1Tvi2ykD5lPpD8pyjijhC76XY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107200] False positive -Wdangling-pointer? Date: Mon, 10 Oct 2022 15:20:45 +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.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: WAITING 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: bug_status everconfirmed cf_reconfirmed_on 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=3D107200 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Ever confirmed|0 |1 Last reconfirmed| |2022-10-10 --- Comment #1 from Andrew Pinski --- Can you attach the preprocessed source?=