Re: Internal compiler error in targhooks.c: default_secondary_reload (ARM/Thumb)
On 04/04/2011 02:34 PM, Matt Fischer wrote: I'm getting an internal compiler error on the following test program: void func(int a, int b, int c, int d, int e, int f, int g, short int h) { assert(a< 100); assert(b< 100); assert(c< 100); assert(d< 100);
Internal compiler error in targhooks.c: default_secondary_reload (ARM/Thumb)
I'm getting an internal compiler error on the following test program: void func(int a, int b, int c, int d, int e, int f, int g, short int h) { assert(a < 100); assert(b < 100); assert(c < 100); assert(d < 100); assert(e < 100); assert(f < 100);