Re: maybe a gcc bug

2005-03-25 Thread David Edelsohn
> zouq writes: zouq> first i made gcc-4.1-20050320 a cross-compiler for powerpc. zouq> when i compile the above program, it goes like this: zouq> testcom.c:34: internal compiler error: in schedule_insns, at sched-rgn.c:2549 zouq> who can tell me why? zouq> why can it bring compiler error?

Re: maybe a gcc bug

2005-03-25 Thread Giovanni Bajo
zouq <[EMAIL PROTECTED]> wrote: > /testcom.c > int main (void) > { > int i,j; > int u[100][100], v[100][100], > p[100][100], unew[100][100], > vnew[100][100],pnew[100][100], > uold[100][100],vold[100][100], > pold[100][100],cu[100

maybe a gcc bug

2005-03-25 Thread zouq
/testcom.c int main (void) { int i,j; int u[100][100], v[100][100], p[100][100], unew[100][100], vnew[100][100],pnew[100][100], uold[100][100],vold[100][100], pold[100][100],cu[100][100], cv[100][100],z[100][100],h[100