[comp.os.minix] c68 68000 C compiler - VERSION II

HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) (07/16/90)

Here is version II of c68 - the diffs are so great that a repost
is shorter.

I have corrected all bugs reported to me - BUT PLEASE TRY c68 with all
BUGS YOU CAN REMEMBER AND REPORT ME

new features:
bitfields (not implemented in ACK!)
functions returning structures or unions (wrong implementation in ACK!)

the new features are not well-tested since I do not use them normally.

The posting consists of part01..part05 and c68lib (support functions).

New types of support functions: aslmul for doing long *= etc, this was
a bug in the old version. (Hard to do: you can't keep anything in registerss
across function calls and you must not re-evaluate, a new library function
type which takes a pointer and a value does the right thing)
C.v.W.