From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9D54138A4473; Sun, 20 Nov 2022 03:11:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D54138A4473 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668913900; bh=QbI1RooTWqQPOoERbu+KLaF+lchnygcmNa918nV+YhI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XFhsd66s+6uFqtWHBu7IPE9KQbLidPV7oSHSZXQSeTHNUR7jZl8X/rSdTNrw9Fvm4 HiXNTc6X4owwONGwGA+E1fq62vrMsXUaGbt+m6hpPv35Wi4Mdj5Cs/KwRAkkiWJy5g zVT1XXMP5AcxtKDwKJ0kacQpzM8+qFiqAscsiwVs= From: "law at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/40635] [12/13 Regression] bogus name and location in 'may be used uninitialized' warning Date: Sun, 20 Nov 2022 03:11:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 4.4.1 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: law 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: 12.3 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=3D40635 Jeffrey A. Law changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |law at gcc dot gnu.org --- Comment #25 from Jeffrey A. Law --- So current status is if you add -fno-inline, you can see the proper uninitialized warning in get_tcp_socket, but we only get the declaration si= te of s42, not the use site. So still broken, just in a different way then the original report.=