[1867] in testers
decmips 7.3H: f77
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Tue Aug 13 11:47:48 1991
From: ellis@ATHENA.MIT.EDU
To: testers@MIT.EDU
Date: Tue, 13 Aug 91 11:47:46 EDT
System name: m33-222-9
Type and version: KN01 7.3H
Display type: PMAX-MFB
What were you trying to do?
run a short fortran program with a known bug
What's wrong:
Error message file is not properly installed. Running the program produces:
forrtl: info: Fortran error message number is 65.
forrtl: warning: Could not open message catalog: for_msg.cat.
forrtl: info: Check location/protection of NLSPATH and /usr/lib/for_msg.cat.
What should have happened:
fortran should print out a useful error message. For the example program
a = -1.0
b = sqrt(a)
write(6,*) a,b
stop
end
the error message should contain
square root of negative value
Please describe any relevant documentation references: