From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0E5E53858402; Mon, 18 Mar 2024 22:53:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0E5E53858402 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710802427; bh=9PZwuLhejE0rwJWJ/+NVGm9Vp3qhkmZwXKvgnURLot8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rYR9ZM9ARhy9Zi+JfatsGZvx9pKLyPxmQmBHlAzd8GJuMGVoEQr4ksXa6IpEjYHuY EjZste1CPdplq8Nb5mNvPH7yONozHi+ToXSrta+ywWbNswB7YqPPaRtD8qf+Q+s4aX 30WEkjn1wcPLZPmSsiX+MSro7ylVYVTMKbmFZiv8= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/111305] [13/14 Regression] GCC Static Analyzer -Wanalyzer-out-of-bounds false postive Date: Mon, 18 Mar 2024 22:53:46 +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: 14.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: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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=3D111305 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P3 Summary|[13/14 Regression] GCC |[13/14 Regression] GCC |Static Analyzer |Static Analyzer |-Wanalyzer-out-of-bounds FP |-Wanalyzer-out-of-bounds |and ICE problem |false postive --- Comment #4 from David Malcolm --- ICE should be fixed by the above patch. False positive still not fixed.=