From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2119) id 1BD253858D1E; Sat, 11 Mar 2023 16:37:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1BD253858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678552620; bh=eVwQ1WOk9EefOOWhdJfQh+wSG8G+fVT9LogkUNsWmGk=; h=From:To:Subject:Date:From; b=YWF8vXw5p0jRSB9v7xt1GJK03QhwkK9iS6xcdRGTRV3aqZwxjWr3G9UWV9oxDYso9 G7jxQSqjXtbLerjU6QBmPF8t5stWDpS9rXYZEkWz/ketw8rafhJtSyrJ8noV7Ga/qi YehHguWzigbHlmYHynfBbzKvNAHbVCQDqmbwbH0E= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jeff Law To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-6607] Fwd: [PATCHJ]: Bugzilla 88860 - Clarify online manual infelicities X-Act-Checkin: gcc X-Git-Author: Jeff Law X-Git-Refname: refs/heads/master X-Git-Oldrev: 23ff46459a4a3bbb0a2420f2bbb84d0247303e2f X-Git-Newrev: d9922e4bb5d8014ff3e4057442bbd6d2ed58cc36 Message-Id: <20230311163700.1BD253858D1E@sourceware.org> Date: Sat, 11 Mar 2023 16:37:00 +0000 (GMT) List-Id: https://gcc.gnu.org/g:d9922e4bb5d8014ff3e4057442bbd6d2ed58cc36 commit r13-6607-gd9922e4bb5d8014ff3e4057442bbd6d2ed58cc36 Author: Jeff Law Date: Sat Mar 11 09:34:19 2023 -0700 Fwd: [PATCHJ]: Bugzilla 88860 - Clarify online manual infelicities gcc/ PR web/88860 * doc/extend.texi: Clarify Attribute Syntax a bit. Diff: --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 9dcfc860108..e0c5357291b 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -9196,7 +9196,7 @@ have to optimize it to just @code{return 42 + 42;}. This section describes the syntax with which @code{__attribute__} may be used, and the constructs to which attribute specifiers bind, for the C language. Some details may vary for C++ and Objective-C@. Because of -infelicities in the grammar for attributes, some forms described here +limitations in the grammar for attributes, some forms described here may not be successfully parsed in all cases. There are some problems with the semantics of attributes in C++. For