mspgcc group:
I am finding an issue with long left shift when shifting by the value '8' - all
other values work fine. I get the following compiler error:
Internal compiler error in instantiate_virtual_regs_1, at function.c:4125
void test() {
long a;
a = 0x12345678;
a <<= 8;
}
Thanks,
-Paul
