This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ipa/81360] [8 Regression] ice in estimate_edge_growth, at ipa-inline.h:86


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81360

--- Comment #16 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Thu Feb  8 14:51:51 2018
New Revision: 257490

URL: https://gcc.gnu.org/viewcvs?rev=257490&root=gcc&view=rev
Log:
        PR ipa/81360
        * cgraph.h (symtab_node::output_to_lto_symbol_table_p): Declare
        * symtab.c: Include builtins.h
        (symtab_node::output_to_lto_symbol_table_p): Move here
        from lto-streamer-out.c:output_symbol_p.
        * lto-streamer-out.c (write_symbol): Turn early exit to assert.
        (output_symbol_p): Move all logic to symtab.c
        (produce_symtab): Update.

        * lto.c (unify_scc): Register prevailing trees, not trees to be freed.
        (read_cgraph_and_symbols): Use
        symtab_node::output_to_lto_symbol_table_p.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraph.h
    trunk/gcc/lto-streamer-out.c
    trunk/gcc/lto/ChangeLog
    trunk/gcc/lto/lto.c
    trunk/gcc/symtab.c
    trunk/gcc/tree.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]