Path: utzoo!mnetor!uunet!husc6!bbn!uwmcsd1!ig!agate!ucbvax!BKNLVMS.BITNET!ferguson From: ferguson@BKNLVMS.BITNET Newsgroups: comp.sys.apollo Subject: C Compiler problem Message-ID: <8802082359.AA09363@ELI.CS.YALE.EDU> Date: 9 Feb 88 00:51:25 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 11 X-Unparsable-Date: Mon, 8 Feb 1988 19:00:10.83 EST Thanks to everyone for all the help on my C compiler problem. The problem was with the optimizer. When I compiled with the -nopt option (I'm using AEGIS by the way), and it compiled in a minute. The program is one from Imagen, which filters opcodes into a readable language. Since there are something like two hundred opcodes, the program has that many elsifs. Thanks again, one and all.