[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DEBUG |
Notice: | Updated locations for reporting QARs -- see note 834.1 |
Moderator: | LOWFAT::DIETER |
|
Created: | Fri Jan 24 1986 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1868 |
Total number of notes: | 8200 |
1841.0. "Debug 7.1 doesn't like Ada literals?" by KMOOSE::CMCCUTCHEON (Charlie McCutcheon) Tue Mar 04 1997 16:13
I noticed this running tests on Alpha VMS 7.1.
Simple program:
procedure T is
i : integer;
begin
i := 1;
end;
(I tried a C program, figuring I could merely "set lang Ada", but
found a wierd result where I could examine my variable, but trying
to deposit got a "%DEBUG-E, symbol 'I' is not in the symbol table"
message!)
$ acs cre lib [.adalib]
$ acs set lib [.adalib]
$ ada /noopt/debug t.ada
$ acs link /deb t
$ run t
OpenVMS Alpha DEBUG Version V7.1-000
%DEBUG-I, Language: C, Module: T
%DEBUG-I, Type GO to reach MAIN program
...
DBG> deposit I := 2#1111_1111#
%DEBUG-E, invalid numeric string '2#1111_1111#'
DBG> deposit I := 10E6
%DEBUG-E, invalid numeric string '10E6'
Same program works under V6.1-000 Debug (admitingly older!).
Please contact me if you want this QAR'd somewhere, and where...
Charlie
DEC Ada
T.R | Title | User | Personal Name | Date | Lines |
---|
1841.1 | | SSPADE::ARSENAULT | | Tue Mar 04 1997 16:51 | 3 |
| Yes, I agree. It looks like support for Ada literals has been broken. Sigh.
Please submit a qar. Directions in note 834.2.
|
1841.2 | EVMS-RAVEN 855 | KMOOSE::CMCCUTCHEON | Charlie McCutcheon | Wed Mar 05 1997 11:23 | 9 |
| >Please submit a qar. Directions in note 834.2.
Except that evms-gryphon is write locked.
I put it in evms-raven:
00855 OP M 5-MAR 7.1
Charlie
|