http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203
--- Comment #7 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2011-03-19 19:16:34 UTC --- (In reply to comment #5) > Created attachment 23725 [details] > gcc47-pr48203.patch > > Untested fix. Please ignore comment #6 - I was using the wrong compiler accidentally. This fixes the ICE with min.i but the ICE with ld-collate.i still remains at a different place. ramana@gcc10:~/cross-build/arm-none-linux-gnueabi/objpr48203/gcc2/gcc$ ./xgcc -B`pwd` -S -O2 -g /tmp/ld-collate.i programs/ld-collate.c: In function ‘collate_output’: programs/ld-collate.c:2500:1: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:21983 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. I think there are a couple of problems here. cheers Ramana