> I see a similar bootstrap failure that's with: > > ../configure --enable-languages=c,c++,lto --prefix=/home/marxin/bin/gcc > --disable-multilib --without-isl --disable-libsanitizer > --with-build-config=bootstrap-lto-lean && make profiledbootstrap > 'STAGE1_CFLAGS=-g -O2' > > started with r11-4987-g602c6cfc79ce4ae61e277107e0a60079c1a93a97.
Yep, I already worked out it is ipa-icf... Do you have easy way to bisect what merge is causing the failure? It is odd it reproduces only with profile feedback and now without since ICF does not care about it very much. Honza