9fans archive / 1996 / 03 / 27 /    prev next

From: Scott Schwartz schwartz@gal...
Subject: No subject
Date: Sun, 10 Mar 1996 15:16:03 -0500

Compiling gs, I ran cross a bug, distilled down to the
following:

term% cat x.c
void foo()
{	
	char	a;
	int	b;
	char	d[1];
        long e = a | (1 << b); 

	while (1) d[b] = e;
}

term% 8c x.c && 8l x.8
foo: doasm: notfound (6)	SALL	BX,AX

foo: doasm: notfound (6)	SALL	BX,AX

foo: doasm: notfound (6)	SALL	BX,AX