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

Also available in: Atom PDF