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 bootstrap/58388] New: LTO profiledbootstrap fails in stage feedback for tree-ssa-structalias.c with "internal compiler error: in try_make_edge_direct_simple_call, at ipa-prop.c:2606"


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58388

            Bug ID: 58388
           Summary: LTO profiledbootstrap fails in stage feedback for
                    tree-ssa-structalias.c with "internal compiler error:
                    in try_make_edge_direct_simple_call, at
                    ipa-prop.c:2606"
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ubizjak at gmail dot com
                CC: hubicka at gcc dot gnu.org

LTO profiled bootstrap of gcc, configured --with-build-config=bootstrap-lto
--enable-languages=c,c++,fortran fails [1] with:

../../gcc-svn/trunk/gcc/tree-ssa-structalias.c:7433:1: internal compiler error:
in try_make_edge_direct_simple_call, at ipa-prop.c:2606
 }
 ^
0xcd3f85 try_make_edge_direct_simple_call
    ../../gcc-svn/trunk/gcc/ipa-prop.c:2603
0xcd3f85 update_indirect_edges_after_inlining
    ../../gcc-svn/trunk/gcc/ipa-prop.c:2704
0xcd3f85 propagate_info_to_inlined_callees
    ../../gcc-svn/trunk/gcc/ipa-prop.c:2771
0xcd4a0b ipa_propagate_indirect_call_infos(cgraph_edge*, vec<cgraph_edge*,
va_heap, vl_ptr>*)
    ../../gcc-svn/trunk/gcc/ipa-prop.c:2933
0x16def84 inline_call(cgraph_edge*, bool, vec<cgraph_edge*, va_heap, vl_ptr>*,
int*, bool)
    ../../gcc-svn/trunk/gcc/ipa-inline-transform.c:271
0x16dc620 inline_small_functions
    ../../gcc-svn/trunk/gcc/ipa-inline.c:1769
0x16dcd5f ipa_inline
    ../../gcc-svn/trunk/gcc/ipa-inline.c:2010
0x16dcd5f execute
    ../../gcc-svn/trunk/gcc/ipa-inline.c:2380

[1] http://gcc.gnu.org/ml/gcc-regression/2013-09/msg00344.html


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