Path: utzoo!utgpu!water!watmath!watcgl!watmum!rmariani From: rmariani@watmum.waterloo.edu (Rico Mariani) Newsgroups: comp.sys.amiga Subject: bug in Aztec 3.4 Message-ID: <4168@watcgl.waterloo.edu> Date: 26 Apr 88 18:32:54 GMT Sender: daemon@watcgl.waterloo.edu Distribution: na Lines: 25 normal () { register int cy; register int i; register int *a; cy = (a[i] += cy) / 10000; } ------ Produces: Aztec C68K 3.4a 2-3-87 (C) 1982-1987 by Manx Software Systems, Inc. cy = (a[i] += cy) / 10000; ^ foo.c:7: ERROR 202: : Attempted to free reg not allocated. 1 errors ---- Somebody check this on v3.6 please... -Rico