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

ktkachov at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |ASSIGNED

--- Comment #11 from ktkachov at gcc dot gnu.org ---
(In reply to Jan Hubicka from comment #10)
> I believe this is also fixed by the ipa-inline alias handling fix.

I still see the ICE on ARM at least as of r219714:

$TOP/gcc/gcc/testsuite/gcc.dg/tls/alias-1.c:24:3: internal compiler error:
Segmentation fault
0xa61df5 crash_signal
        $TOP/gcc/gcc/toplev.c:381
0x6a05d8 symtab_node::get_alias_target()
        $TOP/gcc/gcc/cgraph.h:2271
0x6a05d8 symtab_node::verify_base()
        $TOP/gcc/gcc/symtab.c:1130
0x6a0983 symtab_node::verify()
        $TOP/gcc/gcc/symtab.c:1163
0x6a19af symtab_node::verify_symtab_nodes()
        $TOP/gcc/gcc/symtab.c:1181
0x8dabd6 symbol_table::remove_unreachable_nodes(_IO_FILE*)
        $TOP/gcc/gcc/ipa.c:662
0x6b1fa4 ipa_passes
        $TOP/gcc/gcc/cgraphunit.c:2087
0x6b1fa4 symbol_table::compile()
        $TOP/gcc/gcc/cgraphunit.c:2221
0x6b3c71 symbol_table::finalize_compilation_unit()
        $TOP/gcc/gcc/cgraphunit.c:2370
0x54d083 c_write_global_declarations()
        $TOP/gcc/gcc/c/c-decl.c:10787
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.

Reply via email to