From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D5BD03858C52; Wed, 4 Oct 2023 17:58:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D5BD03858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696442323; bh=ofTFVGQICchBb2Z+4vxC9WmdBKvh1/YP99dB4Mnsa/4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jvOp357dP8shf9mRtijdttMd9X3FSrU5kmC+td5vVsxSxjlGGdVEZZzWNXy1+lQRW HlvFxQ8q2ZLDXiV9kngStq7qShPvejgEncAMsy46hx+nB1HckPo8lQ0OynsrB8Mn1O FUJcVd2wWBdZ8f4grVCBVcpuz/gglaFJIUSQKr+M= From: "jonathan.leffler at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/111695] Spurious -Wuse-after-free when managing two arrays in parallel Date: Wed, 04 Oct 2023 17:58:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jonathan.leffler at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created 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=3D111695 Jonathan Leffler changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.leffler at gmail = dot com --- Comment #1 from Jonathan Leffler --- Created attachment 56048 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56048&action=3Dedit gcc-bug-2.c =E2=80=94 Variation 2 (two arrays in parallel)=