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/57036] New: ice in update_ssa_across_abnormal_edges


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

             Bug #: 57036
           Summary: ice in update_ssa_across_abnormal_edges
    Classification: Unclassified
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dcb314@hotmail.com


Created attachment 29916
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29916
C source code

I just tried to compile the package hplip-3.13.4-1
on gcc-4.9 trunk dated 20130421 on an AMD x86_64 box.

The compiler said

ip/xjpg_dec.c:2612:32: internal compiler error: in
update_ssa_across_abnormal_edges, at tree-inline.c:1852
                         memset (g->out_rows_ap[comp][row], ycc_white[comp],
row_len);
                                ^
0x94304d update_ssa_across_abnormal_edges
    ../../src/trunk/gcc/tree-inline.c:1852
0x94304d copy_edges_for_bb
    ../../src/trunk/gcc/tree-inline.c:1958
0x94304d copy_cfg_body
    ../../src/trunk/gcc/tree-inline.c:2276
0x94304d copy_body
    ../../src/trunk/gcc/tree-inline.c:2460
0x946ef3 expand_call_inline
    ../../src/trunk/gcc/tree-inline.c:4060
0x946ef3 gimple_expand_calls_inline
    ../../src/trunk/gcc/tree-inline.c:4167
0x946ef3 optimize_inline_calls(tree_node*)
    ../../src/trunk/gcc/tree-inline.c:4321
0xd37356 early_inliner
    ../../src/trunk/gcc/ipa-inline.c:2038
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 -O2 required.


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