From: Jeff Law Date: Sat, 11 Mar 2023 16:34:19 +0000 (-0700) Subject: Fwd: [PATCHJ]: Bugzilla 88860 - Clarify online manual infelicities X-Git-Tag: upstream/13.1.0~637 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9922e4bb5d8014ff3e4057442bbd6d2ed58cc36;p=platform%2Fupstream%2Fgcc.git Fwd: [PATCHJ]: Bugzilla 88860 - Clarify online manual infelicities gcc/ PR web/88860 * doc/extend.texi: Clarify Attribute Syntax a bit. --- diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 9dcfc86..e0c5357 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