Comment 3 for bug 926855

Revision history for this message
Tobin Davis (gruemaster) wrote :

I can reproduce this on precise (armel & armhf).

ubuntu@panda2:~/test$ gcc -c -o mp.o mp.c -O3 -funroll-loops
/tmp/ccSVzO5N.s: Assembler messages:
/tmp/ccSVzO5N.s:202: Error: branch out of range
/tmp/ccSVzO5N.s:4145: Error: branch out of range

ubuntu@panda2:~/test$ gcc -c -o mp.o mp.c -O3 -funroll-loops -marm
ubuntu@panda2:~/test$