From lcc 3.4b to 3.5:

Errors fixed:

lcc -v -v foo.c no longer deletes foo.o.

On the SPARC, generated bad code for an indirect call through a matrix
of function pointers when the first argument was a float or double, eg,
double x; (*f[i][j])(x).

On the SPARC, emitted calling sequences incompatible with those emitted
by cc and gcc for functions that returned structures.

On the SPARC w/Solaris 2.3+, -g emitted invalid debugging stab directives.

$Id: LOG,v 1.11 1996/01/30 21:47:53 drh Exp $
