Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!UX.ACSS.UMN.EDU!m4 From: m4@UX.ACSS.UMN.EDU Newsgroups: gnu.gcc.bug Subject: Gnu CC bug on Encore multimax Message-ID: <8907092303.AA00971@life.ai.mit.edu> Date: 9 Jul 89 23:05:05 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 15 Machine is Encore Multimax, program file originally command.c from gnuplot. gcc from: /usr4/ftp/gnu/gcc-1.35.tar.Z # (make bootstrap) Error: gcc -DVFORK -g -c command.c gcc: Program as got fatal signal 8. ------------------------------------------------------------------------------ #define MAXDOUBLE 1.7976931348623140e+308 #define HUGE MAXDOUBLE double ymin, ymax; eval_plots() { ymax = -HUGE; } ------- Note: normal cc (blech!) worked fine.