From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F41263858D37; Sat, 20 May 2023 22:42:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F41263858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684622537; bh=b/2CqRxYMG2o8wD3yyv77CKDbcx3cRsK/gc8zF3KoBE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xDi5g1z2LNG+x/waOhHF6AvkuDr+yqA38SIHQaFxZ5fdDZ5/ep6PHYZShJ5lvJfRX JsfnCdzzwlvaq1rwd4Kxtvfp1bQuwcbL1vu9RIl63NJiRKygvPy0UYIaUY+VEjMGCF 9z2MMK3ziBIejkMPwN3hWkvhbA3X6AO8JeyksHrg= From: "vultkayn at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/109437] -Wanalyzer-out-of-bounds is emitted at most once per frame. Date: Sat, 20 May 2023 22:42:16 +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: vultkayn at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: bug_status resolution 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=3D109437 Benjamin Priour changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Benjamin Priour --- I mark it as fixed as my current hotfix on PR109439 proved this one was ind= eed just a consequence of it, and not a standalone bug. *** This bug has been marked as a duplicate of bug 109439 ***=