[8882] in Athena Bugs
rt 7.3P: f77
daemon@ATHENA.MIT.EDU (sethf@Athena.MIT.EDU)
Sat Jan 25 15:57:16 1992
From: sethf@Athena.MIT.EDU
To: bugs@Athena.MIT.EDU
Date: Sat, 25 Jan 92 15:57:04 EST
System name: frumious-bandersnatch
Type and version: RTPC-ROMPC 7.3P
Display type: apa16
What were you trying to do?
Compile fortran similar to the following:
program bug
integer i,j
i=131072
j=i/65536
end
What's wrong:
% f77 -c test.f
test.f:
MAIN bug:
Assembler:
"/tmp/F7711258.s", line 51: Immediate operand greater than 15, operand 2
Compiler error in file test.o: assembler error
What should have happened:
It should have compiled (in fact, it does with f77 -O)
Please describe any relevant documentation references:
f77(1)