https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92037
--- Comment #6 from Jan Hubicka <hubicka at gcc dot gnu.org> --- Author: hubicka Date: Thu Oct 10 13:04:44 2019 New Revision: 276804 URL: https://gcc.gnu.org/viewcvs?rev=276804&root=gcc&view=rev Log: 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. Modified: trunk/gcc/ChangeLog trunk/gcc/cgraph.c trunk/gcc/cgraph.h trunk/gcc/toplev.c