[Bug middle-end/92037] [10 Regression] LTO bootstrap broken in selftests

hubicka at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Oct 10 13:05:00 GMT 2019


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


More information about the Gcc-bugs mailing list