From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 174403858C2F; Wed, 4 Oct 2023 20:10:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 174403858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696450259; bh=gSjXaRHG3X8XUa7V5PAKgxHyD9tBd+klPlJyYU+7AjA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=f7vHsYAtLbhCfA/8du4gklLgT2R9cu7Ej9OVRTvlzna0Ooa1JKQDp2cwCS4k9Pq9E YKZ7SuPEGHgagkg1hD4ByG/8oxZB5pqm22oJ26E/Ii0fRk7keAAZjyOFDvLDW4gina 9gR60wGJ3C1hBsQh1JptmdH61t94KJPpExmB92N8= From: "redi 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:10:58 +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: redi 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: 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 --- Comment #8 from Jonathan Wakely --- (In reply to Andrew Pinski from comment #3) > The easiest way to find documentation for an option is to look at the ind= ex > located at: > https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gcc/Option-Index.html >=20 > And search for the option. You should also be able to find it in the option summary: https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gcc/Option-Summary.html But it's not there.=