Tom Zerucha wrote:
> 1. The example programs have resource files that aren't in pilrc format,
> so you can't easily edit them (and I have a prctobin, but not the next
> step that will generate a .rcp file).
I think this is available somewhere on the web ... if not, I've got
code to do this.
> 3. Occasionally I have had the -O3 flag overoptimize, in one case it was
> something of the form i++,cp++;, where i would count to 10, so GCC simply
> put 10 in i (and forgot about the cp++). This might have been fixed, and
> the structure was a bit obscure and I haven't seen this in a very long
> while.
I've always heard the rule of thumb that anything higher than -O in
GCC will result in breakages of various sorts.