diff options
author | Martin Sebor <msebor@redhat.com> | 2020-05-20 09:40:34 -0600 |
---|---|---|
committer | Martin Sebor <msebor@redhat.com> | 2020-05-20 09:40:34 -0600 |
commit | 901ac8431c9c031673f965e30b0d4a24ec3b8370 (patch) | |
tree | cb19e023cc0b0edd1e8b717882794a62cc7d03f0 /NEWS | |
parent | e9698175b0b60407db1e89bcf29437ab224bca0b (diff) | |
download | glibc-901ac8431c9c031673f965e30b0d4a24ec3b8370.zip glibc-901ac8431c9c031673f965e30b0d4a24ec3b8370.tar.gz glibc-901ac8431c9c031673f965e30b0d4a24ec3b8370.tar.bz2 |
Mention GCC 10 attribute access.
Reviewed-by: Paul Eggert <eggert@cs.ucla.edu>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |