[Bug c++/55823] New: ice in inline_call, at ipa-inline-transform.c:270

dcb314 at hotmail dot com gcc-bugzilla@gcc.gnu.org
Fri Dec 28 11:57:00 GMT 2012


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

             Bug #: 55823
           Summary: ice in inline_call, at ipa-inline-transform.c:270
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dcb314@hotmail.com


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

I just tried to compile the package audacity-2.0.2-2
on gcc-4.8 trunk dated 20121227 on an AMD x86_64 box.

The compiler said

widgets/AButton.cpp:395:1: internal compiler error: in inline_call, at
ipa-inline-transform.c:270
 }
 ^
0xec3fc4 inline_call(cgraph_edge*, bool, vec<cgraph_edge*, va_heap, vl_ptr>*,
int*, bool)
    ../../src/trunk/gcc/ipa-inline-transform.c:266
0xec356a inline_small_functions
    ../../src/trunk/gcc/ipa-inline.c:1614
0xec356a ipa_inline
    ../../src/trunk/gcc/ipa-inline.c:1795
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.

This might be related to bug # 55683



More information about the Gcc-bugs mailing list