Actions
Bug #47
closedcompiler TRAP with SYSTEM.PTR
Start date:
05/14/2015
Due date:
% Done:
0%
Estimated time:
Forum topic:
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.
Updated by J. Templ over 10 years ago
- Assignee set to J. Templ
- Target version set to 1.7
Actions