https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68367
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marxin at gcc dot gnu.org --- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> --- Hi. I've just built cross-compiler (on x86_64-linux-pc as host system): ../configure --enable-languages=c,c++ --disable-bootstrap --target=arm-none-linux-gnueabihf and the test-case works for me: ./xgcc -B. /home/marxin/Programming/gcc3/libgfortran/generated/matmul_i4.c -I. -c -O2 -ftree-vectorize -I/usr/include -c I've tried your pre-processed file and also valgrind does not emit any error related to IPA ICF. Martin