From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CA5553858C5F; Thu, 9 Feb 2023 22:18:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CA5553858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675981110; bh=K6zTUa/Ul2YDvtfMtTupxBFySB8X1V9LFMoeBNVXIco=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yhqsFwLfRchqPWeCY8JADgA7etq2MU82ZYe0NcQoPjh8u2naXhv1seV/iwWwbep2S xZEE2KE6wdfTec+4if8uYaOTS7VI+50jQV58pY5ksIQm3bcqb3/1kmHlHtlj9IDn1L H3LYl+8qQClqG9Dvd4rKzOWIcuShl5ok6jm77obM= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/108733] -Wanalyzer-use-of-uninitialized-value false positives seen with __attribute__((cleanup)) Date: Thu, 09 Feb 2023 22:18:30 +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: 13.0 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on bug_status 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=3D108733 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-02-09 Status|UNCONFIRMED |ASSIGNED Ever confirmed|0 |1 --- Comment #2 from David Malcolm --- Should be fixed on trunk for GCC 13 by the above patch. Keeping open to track backporting this to GCC 12.=