test.c:
int a,b,c; f1(){a=c;} f2(){a=b;} main() { f1(); };
msp430-gcc -mmcu=msp430x148 -ffunction-sections -fdata-sections
-Wl,[email protected],--cref,--gc-sections,-uInterruptVectors -o test -O test.ctest.c:3: Internal compiler error in unique_section, at config/msp430/msp430.c:1901 This is with latest cvs (linux). Matthias
