Actions
Bug #199
closedcompiler trap with SYSTEM.ADR(BasicType)
Start date:
07/29/2020
Due date:
% Done:
0%
Estimated time:
(Total: 0:00 h)
Forum topic:
Description
The following erroneous module causes a compiler trap because it tries to access the type descriptor of a basic type, which does not exist.MODULE TestAdr;
IMPORT SYSTEM;
PROCEDURE Adr;
BEGIN ASSERT(~ODD(SYSTEM.ADR(INTEGER)));
END Adr;
END TestAdr.
Reported by luowy on 2019-04-28
Updated by J. Templ over 6 years ago
- Forum topic set to https://forum.blackboxframework.org/viewtopic.php?f=40&t=756
Actions