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 c/57294] New: ice in remove_described_reference


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

            Bug ID: 57294
           Summary: ice in remove_described_reference
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com

Created attachment 30123
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30123&action=edit
C source code

I just tried to compile the package plymouth-0.8.9-0.2013.03.26.0
on gcc-4.9 trunk dated 20130515 on an AMD x86_64 box.

The compiler said

./script-execute.c: At top level:
./script-execute.c:785:1: internal compiler error: in
remove_described_reference, at ipa-prop.c:2296
 }
 ^
0x7b9afa remove_described_reference
    ../../src/trunk/gcc/ipa-prop.c:2296
0x7bda6b try_make_edge_direct_simple_call
    ../../src/trunk/gcc/ipa-prop.c:2347
0x7bda6b update_indirect_edges_after_inlining
    ../../src/trunk/gcc/ipa-prop.c:2441
0x7bda6b propagate_info_to_inlined_callees
    ../../src/trunk/gcc/ipa-prop.c:2500
0x7bdf9c ipa_propagate_indirect_call_infos(cgraph_edge*, vec<cgraph_edge*,
va_heap, vl_ptr>*)
    ../../src/trunk/gcc/ipa-prop.c:2660
0xd5cccc inline_call(cgraph_edge*, bool, vec<cgraph_edge*, va_heap, vl_ptr>*,
int*, bool)
    ../../src/trunk/gcc/ipa-inline-transform.c:255
0xd5bef5 inline_small_functions
    ../../src/trunk/gcc/ipa-inline.c:1613
0xd5bef5 ipa_inline
    ../../src/trunk/gcc/ipa-inline.c:1794
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

Preprocessed source code attached. Flag -O3 required.


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