From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2CF453858C5F; Wed, 4 Oct 2023 20:03:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2CF453858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696449829; bh=HcJfHfrrXhU1ilH1p85WyqH/3Roggo1brJMe0ybXigM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KYVA8jJFU+bYial+1/cgiuz2P6bgc46ltu2O055pyfzZPZ2J6nz5Vu0qNatCAIuU1 Rz3wk8Pq0FvbpXilw9saOhIUaRkSwIf6Gol2QHMgqfl7ZZw2ly38/vRqy6WW2jTjXt pUwEDucX7RDYDNDTBVQ5Pc830eMajsw5hB8MBjYA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/111693] -Wuse-after-free is documented in the wrong location Date: Wed, 04 Oct 2023 20:03:48 +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: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW 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: cf_reconfirmed_on short_desc keywords 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=3D111693 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-10-04 Summary|Online manual mentions |-Wuse-after-free is |-Wuse-after-free but does |documented in the wrong |not document it further |location Keywords| |documentation Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #7 from Andrew Pinski --- Oh yes -Wuse-after-free documentation should be moved.=20 There are some others which are also misplaced (Wuseless-cast)=