> 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?
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