aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db769e3..893c07c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2019-10-02 Joseph Myers <joseph@codesourcery.com>
+
+ * string/tester.c: Ignore -Warray-bounds and
+ -Wmemset-transposed-args at top level.
+ [__GNUC_PREREQ (7, 0)]: Ignore -Wrestrict and -Wstringop-overflow=
+ at top level.
+ [__GNUC_PREREQ (8, 0)]: Ignore -Wstringop-truncation at top level.
+ (test_stpncpy): Do not ignore warnings here.
+ (test_strncat): Likewise.
+ (test_strncpy): Likewise.
+ (test_memset): Likewise.
+
2019-10-02 Ɓukasz Majewski <lukma@denx.de>
* include/time.h: Add #include <bits/types/struct_timeval.h>