aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <jlaw@ventanamicro>2023-03-11 09:34:19 -0700
committerJeff Law <jlaw@ventanamicro>2023-03-11 09:34:19 -0700
commitd9922e4bb5d8014ff3e4057442bbd6d2ed58cc36 (patch)
treea172cb32051ee453c180f67423add1355a027ef9 /gcc
parent23ff46459a4a3bbb0a2420f2bbb84d0247303e2f (diff)
downloadgcc-d9922e4bb5d8014ff3e4057442bbd6d2ed58cc36.zip
gcc-d9922e4bb5d8014ff3e4057442bbd6d2ed58cc36.tar.gz
gcc-d9922e4bb5d8014ff3e4057442bbd6d2ed58cc36.tar.bz2
Fwd: [PATCHJ]: Bugzilla 88860 - Clarify online manual infelicities
gcc/ PR web/88860 * doc/extend.texi: Clarify Attribute Syntax a bit.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/extend.texi2
1 files changed, 1 insertions, 1 deletions
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