Add changelog entries for r276491.
authorMartin Sebor <msebor@gcc.gnu.org>
Wed, 2 Oct 2019 22:04:00 +0000 (16:04 -0600)
committerMartin Sebor <msebor@gcc.gnu.org>
Wed, 2 Oct 2019 22:04:00 +0000 (16:04 -0600)
From-SVN: r276492

gcc/ChangeLog
gcc/testsuite/ChangeLog

index fb0c366..371e7bc 100644 (file)
@@ -1,3 +1,8 @@
+2019-10-02  Martin Sebor  <msebor@redhat.com>
+
+       PR tree-optimization/80936
+       * builtins.def (bcmp, bcopy, bzero): Declare nonnull.
+
 2019-10-02  Richard Sandiford  <richard.sandiford@arm.com>
 
        * cgraph.c (cgraph_node::rtl_info): Use SET_HARD_REG_SET
index 0bc13fc..d321861 100644 (file)
@@ -1,3 +1,10 @@
+2019-10-02  Martin Sebor  <msebor@redhat.com>
+
+       PR tree-optimization/80936
+       * gcc.dg/Wnonnull-2.c: New test.
+       * gcc.dg/Wnonnull-3.c: New test.
+       * gcc.dg/nonnull-3.c: Expect more warnings.
+
 2019-10-02  Steven G. Kargl  <kargl@gcc.gnu.org>
 
        PR fortran/91784