Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 alpha 4/3/85; site ukma.UUCP Path: utzoo!watmath!clyde!cbosgd!ukma!ken From: ken@ukma.UUCP (Ken Kubota) Newsgroups: net.micro.amiga Subject: Lattice C Problem Message-ID: <2440@ukma.UUCP> Date: Mon, 30-Dec-85 23:02:00 EST Article-I.D.: ukma.2440 Posted: Mon Dec 30 23:02:00 1985 Date-Received: Wed, 1-Jan-86 00:29:40 EST Organization: U of Kentucky, Mathematical Sciences, Lexington KY Lines: 12 Keywords: C The Lattice C compiler (version 1.0) for the Amiga seems to have trouble handling complicated statements. As an extreme case, this short rather questionable code causes a 'guru meditation' on a 512K machine with 2 floppies under AmigaDOS 1.1. main(){ int a,b,c,d,e,f,g,h,i,j; if(a<0)if(b<0)if(c<0)if(d<0)if(e<0)if(f<0)if(g<0)if(h<0)if(i<0)if(j<0)a=0; } cbosgd!ukma!ken ken@ukma.bitnet