| www.delorie.com/archives/browse.cgi | search |
| From: | grenie AT math DOT jussieu DOT fr |
| Date: | Tue, 28 Sep 1999 11:53:45 +0200 (MET DST) |
| Message-Id: | <199909280953.LAA17899@riemann.math.jussieu.fr> |
| To: | pgcc AT delorie DOT com |
| X-URL: | http://www.goof.com/pcg/questions.html |
| X-Mailer: | Lynx, Version 2.7 |
| X-Personal_name: | Loïc Grenié |
| Subject: | Missing initialization in do_spl |
| Cc: | grenie AT math DOT jussieu DOT fr |
| MIME-Version: | 1.0 |
| Reply-To: | pgcc AT delorie DOT com |
Hello,
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.
Loïc
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |