From: msebor Date: Tue, 4 Dec 2018 20:14:51 +0000 (+0000) Subject: gcc/testsuite/ChangeLog: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d0056f614463508fcc2b7614dd4fab7efa969e7;p=thirdparty%2Fgcc.git gcc/testsuite/ChangeLog: * doc/extend.texi (__builtin_has_attribute): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266796 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index add8fbae1fca..a77ccdb23135 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-12-04 Martin Sebor + + * doc/extend.texi (__builtin_has_attribute): Fix typo. + 2018-12-04 Jakub Jelinek PR target/88188 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 0ae8bdde5ae7..e27bc022eb8d 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