> ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a > ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lmpc -lmpfr > -lgmp -rdynamic -ldl -L../zlib -lz > lto1: internal compiler error: vector VEC(tree,base) index domain error, > in evaulate_conditions_for_edge at ipa-inline-analysis.c:466
Uh, similar problem reproduces for me on mozilla build now (but did not with almost final version of patch that built mozilla just fine). I am not entirely sure what is causing the problem, since the code in question ICEs because the jump functions are just a nonsense (claiming passthrough of parameters with insane IDs and constant vlaues that are not even trees). It smeels like a memory corruption of jump functions that perhaps went unnoticed since they are only queried for indirect calls. I am looking into it now. Honza