I was trying a couple of things for implementing an interrupt handler using gcc, and got this message in the console (linux) code: interrupt_vec(TIMER2_A0_VECTOR) __attribute__((naked)) void handler_name(void) { char array[20] = {1,2,3,4,5,6,7,8,9,10,11}; ..... error: internal compiler error: in store_field, at expr.c:6661 char array[20] = {1,2,3,4,5,6,7,8,9,10,11}; ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions.to report I tried to report the bug, but I do not have an accout.
↧