https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64586
Bug ID: 64586 Summary: internal compiler error in ipa-inline.c:1664 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: acsawdey at linux dot vnet.ibm.com CC: bergner at vnet dot ibm.com, hubicka at ucw dot cz Created attachment 34438 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34438&action=edit preprocessed test case Revision 219452 breaks ipa for this test case: g++ -std=gnu++11 -O2 -fPIC -c blackcalculator.i blackcalculator.cpp:355:1: internal compiler error: in inline_small_functions, at ipa-inline.c:1664 } ^ 0x11095fd3 inline_small_functions ../../gcc/gcc/ipa-inline.c:1664 0x11095fd3 ipa_inline ../../gcc/gcc/ipa-inline.c:2163 0x11095fd3 execute ../../gcc/gcc/ipa-inline.c:2536 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. This was observed when building on/for: powerpc64le-unknown-linux-gnu 219451 does not fail. It also does not fail if you omit -fPIC.