Clinton A. Pierce <[EMAIL PROTECTED]> wrote: > ..\..\imcc\imcc -Op1 -d60 err.imc
Please note: -Op does optimize PASM code, that wouldn't get optimized else. For .imc files just using -O1 suffices. > Bug #1: > Issues the error message (now a warning, but probably a problem nontheless): > error:imcc:sort_loops: loop 1 contains first but notlast of outer loop 0 This was fixed about a week ago. Please get a recent copy from CVS. > A sample to cause this problem is: Runs fine here. > Bug #2 > Run with the same options, and slightly simplified code, this error message > is emitted: > if_branch eq ... ONE > error:imcc:iANY file err.imc line 12: op not found 'ne_i_ic' (ne<3>) Thanks for this one. Fixed. leo