From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3C67B385840C; Fri, 19 Jan 2024 02:10:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C67B385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705630253; bh=N6hhAoYoj8fZcBSNjU5IcaxiG7IUFbuoCMKnUyl1reA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Hv/p42MHzm4JIlvK1AuUx4So6YgyyLTIg+bgU7KTr7hzDA6995AA+Nv9/LoBjhhoh PJazNlnZoquTICy0sDz3sJkmCm8T3Z9wIXLEqoKC7fr6Hmnp0PX1Bayyr5PuO1jTfh pW/etMCI5xu8y7UGFiYP5vXZKa7dJt7yteECc0xg= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/110029] more precise documentation for cleanup attribute Date: Fri, 19 Jan 2024 02:10:52 +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: 14.0 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D110029 --- Comment #2 from GCC Commits --- The master branch has been updated by Sandra Loosemore : https://gcc.gnu.org/g:ed28a835058d2e72036f4adb1dd60edf735c7d00 commit r14-8263-ged28a835058d2e72036f4adb1dd60edf735c7d00 Author: Sandra Loosemore Date: Fri Jan 19 02:06:55 2024 +0000 More precise documentation for cleanup attribute [PR110029] gcc/ChangeLog PR c/110029 * doc/extend.texi (Common Variable Attributes): Explain what happens when multiple variables with cleanups are in the same scope.=