Mention GCC 10 attribute access.

Reviewed-by: Paul Eggert <eggert@cs.ucla.edu>
This commit is contained in:
Martin Sebor 2020-05-20 09:40:34 -06:00
parent e9698175b0
commit 901ac8431c

4
NEWS
View File

@ -23,6 +23,10 @@ Major new features:
toolchains. It is recommended to use GCC 8 or newer when testing
this option.
* To help detect buffer overflows and other out-of-bounds accesses
several APIs have been annotated with GCC 'access' attribute. This
should help GCC 10 issue better warnings.
Deprecated and removed features, and other changes affecting compatibility:
* The deprecated <sys/sysctl.h> header and the sysctl function have been