diff options
author | Martin Sebor <msebor@redhat.com> | 2018-12-04 20:14:51 +0000 |
---|---|---|
committer | Martin Sebor <msebor@gcc.gnu.org> | 2018-12-04 13:14:51 -0700 |
commit | f51f201863bda034e48cf36c673eb24390311e11 (patch) | |
tree | 09892b0f6c458f69101159db9547e157f47aeba1 /gcc | |
parent | 565ec4de671afff1f5226d30ef8999f9e875faf5 (diff) | |
download | gcc-f51f201863bda034e48cf36c673eb24390311e11.zip gcc-f51f201863bda034e48cf36c673eb24390311e11.tar.gz gcc-f51f201863bda034e48cf36c673eb24390311e11.tar.bz2 |
extend.texi (__builtin_has_attribute): Fix typo.
gcc/testsuite/ChangeLog:
* doc/extend.texi (__builtin_has_attribute): Fix typo.
From-SVN: r266796
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index add8fba..a77ccdb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-12-04 Martin Sebor <msebor@redhat.com> + + * doc/extend.texi (__builtin_has_attribute): Fix typo. + 2018-12-04 Jakub Jelinek <jakub@redhat.com> PR target/88188 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 0ae8bdd..e27bc02 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -11892,7 +11892,7 @@ restrictions as the argument to @code{typeof} (@pxref{Typeof}). The @var{attribute} argument is an attribute name optionally followed by a comma-separated list of arguments enclosed in parentheses. Both forms of attribute names---with and without double leading and trailing -underscores---are recognized. See @xref{Attribute Syntax} for details. +underscores---are recognized. @xref{Attribute Syntax} for details. When no attribute arguments are specified for an attribute that expects one or more arguments the function returns @code{true} if @var{type-or-expression} has been declared with the attribute regardless |