From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 663C038582A3; Sun, 21 Jan 2024 03:57:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 663C038582A3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705809458; bh=fF+eFaRNxbIXOw4aVHORTVnL0+O69n8OxJUTKvrYiNE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Px35XRG3fF60xr+zXN9nQA7YtLj4pqIRjfGpwFHolu/iITPAMYHx34PhClWRXCjUr gAUn2fz7j1bo8DgiNmtfJBAnhn8aR15PezqwZJ2/pF4hDrmR6umbemTi0/F5Dz0EYD C8ClpUtKAyy3/K5OZiq421Q3nAZ8X3a9hOodVPEI= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/109708] [c, doc] wdangling-pointer example broken Date: Sun, 21 Jan 2024 03:57:36 +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: unknown X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: sandra 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=3D109708 --- Comment #3 from GCC Commits --- The master branch has been updated by Sandra Loosemore : https://gcc.gnu.org/g:29f931e39f2be86b454a8264b1cd42e4ca3cdcd7 commit r14-8314-g29f931e39f2be86b454a8264b1cd42e4ca3cdcd7 Author: Sandra Loosemore Date: Sun Jan 21 02:36:19 2024 +0000 Clean up examples for -Wdangling-pointer [PR109708] gcc/ChangeLog PR c/109708 * doc/invoke.texi (Warning Options): Fix broken example and clean up/reorganize the others. Also describe what the short-f= orm options mean.=