config.in: Regenerate.
authorJan Hubicka <hubicka@ucw.cz>
Sun, 3 Nov 2019 12:48:43 +0000 (13:48 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 3 Nov 2019 12:48:43 +0000 (12:48 +0000)
commitc9ef0409cd8f40ebca439ed446142fe3a2e727d3
tree02b234403a8ac14394b85f5c47afa2fc22b9dc17
parentda5c1bbe973db144cc1d297ad49b519a870ab0ba
config.in: Regenerate.

  * config.in: Regenerate.
* configure: Regenerate.
* configure.ac: Check for mallinfo.
* ggc-common.c: Include malloc.h if available;
include options.h
(report_heap_memory_use): New functoin.
* ggc-page.c (ggc_grow): Do not print "start".
* ggc.h (report_heap_memory_use): Declare.
* pases.c (execute_one_pass): Report memory after IPA passes.
(ipa_read_summaries_1): Likewise.
(ipa_read_optimization_summaries_1): Likewise.

* lto/lto-common.c (read_cgraph_and_symbols): Improve -Q reporting.
* lto.c (lto_wpa_write_files): Likewise.

From-SVN: r277753
gcc/config.in
gcc/configure
gcc/configure.ac
gcc/ggc-common.c
gcc/ggc-page.c
gcc/ggc.h
gcc/lto/ChangeLog
gcc/lto/lto-common.c
gcc/lto/lto.c
gcc/passes.c