[net.micro.amiga] Trouble with new Mandelbrot & and Bug in Lattice C 3.02

bruceb@amiga.UUCP (Bruce Barrett) (01/13/86)

Yes, the bugs mentioned are problems with Lattice 3.02.  3.03 fixes all
of these.  I belive this is what =RJ= used for his modifications.  For
"real" developers, supported by Commodore, you will be getting 3.03 as 
an update.  I do not know what the policy is for those of you who 
bought development systems in stores, or by sending $450 to West Chester.

Bugs (FIXED IN 3.03) include:
	float1 = constant1;
	float2 = constant2;	causes float2 to be assigned to constant1
	emun is broken
	switch does not like 4 cases.
	bit fields don't work.

--Bruce Barrett