Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: c68 68000 C compiler - VERSION II Message-ID: <24721@nigel.udel.EDU> Date: 16 Jul 90 12:40:59 GMT Sender: mmdf@ee.udel.EDU Lines: 19 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.