test.c:
int a,b,c; f1(){a=c;} f2(){a=b;} main() { f1(); };

msp430-gcc -mmcu=msp430x148 -ffunction-sections -fdata-sections 
-Wl,-ma...@.map,--cref,--gc-sections,-uInterruptVectors -o test -O test.c

test.c:3: Internal compiler error in unique_section, at 
config/msp430/msp430.c:1901

This is with latest cvs (linux).

Matthias

Reply via email to