From d9922e4bb5d8014ff3e4057442bbd6d2ed58cc36 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 11 Mar 2023 09:34:19 -0700 Subject: [PATCH] Fwd: [PATCHJ]: Bugzilla 88860 - Clarify online manual infelicities gcc/ PR web/88860 * doc/extend.texi: Clarify Attribute Syntax a bit. --- 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 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 -- 2.7.4