renan-guimaraes / dwscript

Automatically exported from code.google.com/p/dwscript
0 stars 0 forks source link

Internal assertion exception (2) #379

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Assigning an integer record field to a float variable causes an internal 
assertion failure on line 396 of dwsStack.pas.

A sample script:
type TRec = record
  I: Integer;
end;
var P: TRec;
var F: Float;

F := P.I;

A sample project is attached.

Original issue reported on code.google.com by frederic...@gmail.com on 24 Apr 2013 at 12:04

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1965.

Original comment by zar...@gmail.com on 25 Apr 2013 at 6:17