diff options
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 18224e9..58b6ef5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2017-11-11 Martin Sebor <msebor@redhat.com> + PR c/81117 + * doc/extend.texi (attribute nonstring): Remove spurious argument. + PR bootstrap/82948 * prefic.c (translate_name): Replace strncpy with memcpy to avoid -Wstringop-truncation. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 63b58c0..d887378 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -5969,7 +5969,7 @@ The @code{deprecated} attribute can also be used for functions and types (@pxref{Common Function Attributes}, @pxref{Common Type Attributes}). -@item nonstring (@var{nonstring}) +@item nonstring @cindex @code{nonstring} variable attribute The @code{nonstring} variable attribute specifies that an object or member declaration with type array of @code{char} or pointer to @code{char} is |