[8599] in Athena Bugs
decmips 7.3P: cc
daemon@ATHENA.MIT.EDU (Fes-Mike)
Fri Nov 15 05:30:44 1991
To: bugs@Athena.MIT.EDU
Date: Fri, 15 Nov 91 05:30:16 EST
From: Fes-Mike <fmmoore@Athena.MIT.EDU>
System name: m37-312-13
Type and version: KN01 7.3P
Display type: PMAX-MFB
What were you trying to do?
Compile some source code for a 1.00 problem set. The code is
world-readable, in ~fmmoore/1.00/ps7/src. The program I used to compile
is a script, called ~fmmoore/bin/ansicc.
What's wrong:
I get the following error messages:
athena% make -k -s
cc -g3 -O -c evaluate.c
(ccom): evaluate.c, line 16: ccom: Internal: tyreduce
void read_data(struct rule *, struct numlist *, FILE *, char *);
-----------------------------^
cc -g3 -O -c interface.c
(ccom): interface.c, line 17: ccom: Internal: tyreduce
int find(struct numlist *, int);
--------------------------^
cc -g3 -o evaluate evaluate.o interface.o
ld:
Can't open: evaluate.o (No such file or directory)
What should have happened:
The compiler shouldn't have stopped with an internal error.
Please describe any relevant documentation references:
Not knowing what this all meant, I zwrote -i 1.00; marc told me this was
an internal error, hence a compiler bug.