gcc/ChangeLog:
commit73b49587fe291d61fda81c041788bfb0d3ff7c2e
authormsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Sep 2018 22:55:23 +0000 (27 22:55 +0000)
committermsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Sep 2018 22:55:23 +0000 (27 22:55 +0000)
treebb3d5a5e5baeefa65c7dc2dd41ab398dee386ab7
parent23cccb7e9f2a2ea2fe9b5dad3cbfd1617753f1ce
gcc/ChangeLog:

* tree.h (tree_to_shwi): Add attribute nonnull and pure.
(tree_to_poly_int64, tree_to_uhwi, tree_to_poly_uint64): Same.
(int_fits_type_p): Same.

gcc/ada/ChangeLog:

* gcc-interface/utils.c (make_packable_type): Introduce a temporary
to avoid -Wnonnull.
(unchecked_convert): Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264680 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/gcc-interface/utils.c
gcc/tree.h