> On 26 March 2015 at 22:12, Jan Hubicka <hubi...@ucw.cz> wrote: > > Hi, > > this patch missed hunk adding CIF code that I commited now > > * cif-code.def (CILK_SPAWN): New code > > Hi, > After this fix, I can see build failures in glibc: > key_call.c:574:1: internal compiler error: in inline_call, at > ipa-inline-transform.c:386 > } > ^ > 0x10eb475 inline_call(cgraph_edge*, bool, vec<cgraph_edge*, va_heap, > vl_ptr>*, int*, bool, bool*) > > /tmp/9065933_3.tmpdir/aci-gcc-fsf/sources/gcc-fsf/gccsrc/gcc/ipa-inline-transform.c:381 > 0x10e43ed inline_small_functions > > /tmp/9065933_3.tmpdir/aci-gcc-fsf/sources/gcc-fsf/gccsrc/gcc/ipa-inline.c:1942 > 0x10e4ead ipa_inline > > /tmp/9065933_3.tmpdir/aci-gcc-fsf/sources/gcc-fsf/gccsrc/gcc/ipa-inline.c:2345 > > See > http://abe.tcwglab.linaro.org/logs/validations/cross-validation/gcc-build/trunk/221710/build.html > for more detailed logs.
Can you please send me preprocessed testcase? It is probably another misaccounting bug in ipa-inline-analysis. I may just silence this assert for this stage 4. Honza