bjorn@alibaba.UUCP (Bj|rn Ekelund) (08/06/85)
<>
The f77 compiler has an option -i2 that make all integers small by
default. As far as I know this option is supposed to be supported
on a VAX with Ultrix.
This little stupid routine:
subroutine shit (jtyp,iofset,ie)
if (iabs(jtyp).gt.3*iofset) ie=ie+1
return
end
gives the printout when I 'f77 -i2' it:
shit.f:
shit:
shit.f, line 3: compiler error: no table entry for op <=
compiler error.
What on earth is this ? I tried with a .ge. test instead, but that only
removes the '=' from the error message.
Im happy for any hint about this problem.
Bjorn Ekelund / bjorn@alibaba
Department of Applied Electronics, U of Lund.