Xenix 2.2 Compiler error

William R. Pearson wrp at biochsn.acc.virginia.edu
Sat Feb 13 04:51:26 AEST 1988


In article <515 at rel.eds.com> bob at rel.eds.com (Bob Leffler) writes:
>When attempting to compile rn 4.3 the other day with the Xenix 286 2.2
>compiler, I got the following error:
>
>rcln.c(50) : Compiler error (internal):Infinite spill
>
This error has been around for a very long time.  I have always
found it associated with an expression of the form:

	str->mem[i++];

	You can get rid of it by rearranging:

	str->mem[i]; i++;

Bill Pearson
wrp at virginia.EDU



More information about the Comp.unix.xenix mailing list