ForkLight Compiler, List of Known Bugs, by CWK


980804:
assignment of conditions to variables, like i=$<2,
does not compile properly (corrupts the x.name field containing
the name of i, I don't understand why.)
Generating x.offset addresses by proffset doesn't work either.

980820:
did a hack to cope with temporary variables (sym.c).
seems to work, with fingers crossed.

CALLs in gen.c:
calls in FL to vararg/stdarg-functions via (nonconstant) function 
pointers:
usually require the prototype of the function, which is
not accessible to the code generator any more. 
On SOLARIS it works, but on SBPRAM it crashes due to different
call sequences for vararg/stdarg and other functions.


