re PR c/81117 (Improve buffer overflow checking in strncpy)
authorMartin Sebor <msebor@redhat.com>
Sat, 11 Nov 2017 18:04:21 +0000 (18:04 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Sat, 11 Nov 2017 18:04:21 +0000 (11:04 -0700)
gcc/ChangeLog:

PR c/81117
* doc/extend.texi (attribute nonstring): Remove spurious argument.

From-SVN: r254659

gcc/ChangeLog
gcc/doc/extend.texi

index 18224e9ccba62886192e2c2b9540f288bf60d678..58b6ef5a7a85309fac722ba65d51dea7f966c20d 100644 (file)
@@ -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.
index 63b58c0681e856da7ecc8c57c5d2f43613389a1d..d887378480bffde92b3494124879e02defcecf35 100644 (file)
@@ -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