Project

General

Profile

Actions

Bug #47

closed

compiler TRAP with SYSTEM.PTR

Added by J. Templ over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
05/14/2015
Due date:
% Done:

0%

Estimated time:

Description

The following test program produces a TRAP in the compiler.

MODULE Test; 
IMPORT SYSTEM; 
TYPE PVOID = SYSTEM.PTR; 

PROCEDURE Do(); 
  VAR pvoid: PVOID;
BEGIN pvoid := pvoid
END Do; 

END Test.

A proposal by luowy for fixing this issue exists in CPC 1.7 rc5.

Reported by luowy, 2013-07-09.

Actions #1

Updated by J. Templ over 10 years ago

  • Assignee set to J. Templ
  • Target version set to 1.7
Actions #2

Updated by J. Templ over 10 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF