------- Comment #7 from shcherbakov at daad-alumni dot de 2010-01-30 21:30 ------- (In reply to comment #6) > Doesn't work, an ARM gcc built with that modification ICEs while trying to > compile __muldi3() in libgcc2.c. You don't need libgcc to reproduce the problem. If gcc build has gone to this step, the xgcc/cc1/cc1plus were successfully built and can be called as "<your-gcc-build-directory>/gcc/xgcc". Just invoke cc1plus from the build/gcc directory directly: ./cc1plus -O2 test.cpp -o test.S The resulting .S file should be enough to see whether the problem is reproduced on ARM.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42722