[comp.sys.apollo] C Compiler problem

ferguson@BKNLVMS.BITNET (02/09/88)

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.