Mail Archives: pgcc/1999/09/28/18:12:44
At 04:53 AM 9/28/99 , grenie AT math DOT jussieu DOT fr wrote:
> I'm compiling pgcc-2.95.1 and I found a nasty bug in do_spl (file loop.c,
> line 12414). According to me, it misses two lines there :
>
> loop_number_loop_cont = (rtx *) alloca (max_loop_num * sizeof (rtx));
> loop_number_cont_dominator = (rtx *) alloca (max_loop_num * sizeof (rtx));
>
> (see for instance function loop_optimize, line 596). Anyway, thank you for
> the work.
I suspect that this is a "general" gcc bug; I reported that -funroll-loops
was causing problems. Could this be the same problem?
- Raw text -