Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site amiga.amiga.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!bellcore!decvax!decwrl!pyramid!amiga!bruceb From: bruceb@amiga.UUCP (Bruce Barrett) Newsgroups: net.micro.amiga Subject: Re: Lattice C Problem Message-ID: <461@amiga.amiga.UUCP> Date: Thu, 2-Jan-86 16:56:34 EST Article-I.D.: amiga.461 Posted: Thu Jan 2 16:56:34 1986 Date-Received: Sat, 4-Jan-86 04:44:43 EST References: <2440@ukma.UUCP> Reply-To: bruceb@hunter.UUCP (Bruce Barrett) Organization: Commodore-Amiga Inc., 983 University Ave #D, Los Gatos CA 95030 Lines: 14 Keywords: C In article <2440@ukma.UUCP> ken@ukma.UUCP (Ken Kubota) writes: >The Lattice C compiler (version 1.0) for the Amiga seems to have >trouble handling complicated statements. >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; This type of "problem", I belive, is documented. The "problem" is that the default stack setting (4000bytes) is to small. I set the stack to 8000 (1> STACK 8000) and it compiled just fine. (I admit I tried this with V1.1 compiler, not 1.0 but I fully expect this to work for 1.0 also.) Please keep those cards, letters, and bug reports comming! --BruceB