Notes |
|
(0000084)
|
wangp
|
2008-03-05 17:21
|
|
I added a second test case which seems like it might be the same bug, only the abort happens with the LLDS backend.
mmc -O0 --common-struct --inlining --loop-invariants str_loopinv.m
In str_loopinv.loop_inv_0__func__float_to_string_2__40__1 the non-local sets for the calls to str_loopinv.append_iio are wrong.
Also, both cases are fine with rotd-2008-01-19 so something was broken between then and now. |
|
|
|
Actually the invalid C code problem on eris is a red herring. It's due to the asm_fast grades
not being supported on that platform. |
|
|
(0000090)
|
wangp
|
2008-03-17 17:21
(Last edited: 2008-03-17 17:22) |
|
I think the bug is somewhere in the stm change posted by zs on 25/02. The problem doesn't occur for the version retrieved with "cvs up -D 2008-02-27" but does for the version retrieved with "cvs up -D '2008-02-27 19:00'".
Or at least, that was when some previous problem was exposed.
|
|