| Title: | Digital Fortran |
| Notice: | Read notes 1.* for important information |
| Moderator: | QUARK::LIONEL |
| Created: | Thu Jun 01 1995 |
| Last Modified: | Fri Jun 06 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 1333 |
| Total number of notes: | 6734 |
DEC Fortran V6.2-508
AXP 6.2 $ type test.for
program nullcontent
end
AXP 6.2 $ for test
AXP 6.2 $ for test/err=af
%GEM-F-ASSERTION, bad status from OTS$CVT_TI_L
AXP 6.2 $
(Customer contact e-mail info on request.)
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 1240.1 | Bug | TLE::EKLUND | Always smiling on the inside! | Tue Mar 25 1997 16:03 | 6 |
I can reproduce this, and will take a look. Thanks for
the simple reproducer.
Cheers!
Dave Eklund
| |||||
| 1240.2 | Fixing it now | TLE::EKLUND | Always smiling on the inside! | Tue Mar 25 1997 16:23 | 15 |
This is an oversight in the .CLD file where we forgot to
require that the value for /ERROR_LEVEL be a number. When
presented with something like AF instead - well, you know the
rest... I'm fixing this now. You will then get the correct
message:
$ fort/err=af bug.f
%DCL-W-NUMBER, invalid numeric value - supply an integer
\AF\
$
This should be edit 4-129.
Cheers!
Dave Eklund
| |||||