Add changelog entries for r276491.

From-SVN: r276492
This commit is contained in:
Martin Sebor 2019-10-02 16:04:00 -06:00
parent d1090a8a80
commit bead578432
2 changed files with 12 additions and 0 deletions

View 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

View 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