From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 10 Mar 1996 15:16:03 -0500 From: Scott Schwartz schwartz@galapagos.cse.psu.edu Subject: No subject Topicbox-Message-UUID: 3f88392e-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19960310201603.IqWs939jiFxSkhR8j8iYuGZB683Qd440Beg5XdWBjM8@z> 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