From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C3600384AB72; Thu, 9 May 2024 17:51:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3600384AB72 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715277086; bh=su3/KJCiqmty3SQuCDw++ObUjRAdFNH4/eVIn0uPC8I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Cy2LEmfZSac+bz7IVw+bW0eFtEsQWoe8urddL6g669izkA2g5YlHKBx/J5LLQSQhr CADki8OfeCwiNWs0w/H2Ru1pH7PV5eCdu4YnPca1VRjbafl9qo+KYgxEP92XEo5o+g BCEu8w+UOXQVdNv0YkI8tlBjCc/xxf1xIwXYERas= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/112969] [11/12 Regression] -Wanalyzer-exposure-through-uninit-copy false positive seen on Linux kernel's drivers/net/ethernet/intel/ice/ice_ptp.c Date: Thu, 09 May 2024 17:51:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D112969 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13 Regression] |[11/12 Regression] |-Wanalyzer-exposure-through |-Wanalyzer-exposure-through |-uninit-copy false positive |-uninit-copy false positive |seen on Linux kernel's |seen on Linux kernel's |drivers/net/ethernet/intel/ |drivers/net/ethernet/intel/ |ice/ice_ptp.c |ice/ice_ptp.c --- Comment #5 from David Malcolm --- Should be fixed for GCC 13 (for the upcoming GCC 13.3) by the above patch. Keeping open to track backporting this to other branches.=