Project

General

Profile

Actions

Bug #199

closed

compiler trap with SYSTEM.ADR(BasicType)

Added by J. Templ over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
07/29/2020
Due date:
% Done:

0%

Estimated time:
(Total: 0:00 h)

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


Subtasks 1 (1 open0 closed)

Feature #210: SYSTEM.ADR(ProcedureType) should be supportedNewJ. Templ07/29/2020

Actions
Actions #1

Updated by J. Templ over 6 years ago

  • Forum topic set to https://forum.blackboxframework.org/viewtopic.php?f=40&t=756
Actions #2

Updated by J. Templ over 6 years ago

  • Description updated (diff)
Actions #3

Updated by R. Campbell over 6 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF