]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR middle-end/92037
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Oct 2019 13:04:44 +0000 (13:04 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Oct 2019 13:04:44 +0000 (13:04 +0000)
commitcec9f2fe83075028882a0463d7fd9abdde91cb1a
tree3bccfeacaa19816afb231f29ac6f6a4f55cf7b36
parentf46751d4eea7540e2a8e6601d6ed0b6122a3a973
PR middle-end/92037
* cgraph.c (symbol_table_test::symbol_table_test): Use ggc_alloc
rather than ggc_alloc_cleared to alloc symbol table.
* toplev.c (general_init): Likewise.
* cgraph.h (symbol_table): Explicitly construct every field.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@276804 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraph.h
gcc/toplev.c