Commit f51f2018 by Martin Sebor Committed by Martin Sebor

extend.texi (__builtin_has_attribute): Fix typo.

gcc/testsuite/ChangeLog:

	* doc/extend.texi (__builtin_has_attribute): Fix typo.

From-SVN: r266796
parent 565ec4de
2018-12-04 Martin Sebor <msebor@redhat.com>
* doc/extend.texi (__builtin_has_attribute): Fix typo.
2018-12-04 Jakub Jelinek <jakub@redhat.com> 2018-12-04 Jakub Jelinek <jakub@redhat.com>
PR target/88188 PR target/88188
...@@ -11892,7 +11892,7 @@ restrictions as the argument to @code{typeof} (@pxref{Typeof}). The ...@@ -11892,7 +11892,7 @@ restrictions as the argument to @code{typeof} (@pxref{Typeof}). The
@var{attribute} argument is an attribute name optionally followed by @var{attribute} argument is an attribute name optionally followed by
a comma-separated list of arguments enclosed in parentheses. Both forms a comma-separated list of arguments enclosed in parentheses. Both forms
of attribute names---with and without double leading and trailing 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 When no attribute arguments are specified for an attribute that expects
one or more arguments the function returns @code{true} if one or more arguments the function returns @code{true} if
@var{type-or-expression} has been declared with the attribute regardless @var{type-or-expression} has been declared with the attribute regardless
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment