|
Re: Internal compiler error #236 occured
|
Allan Mertner
|
Feb 18, 2004 10:27 PST
|
hi Klaus,
I'm glad you identified the problem yourself :)
Allan
| | Hi,
here the extracted code who causes #236 (VP 2.1 Build 274 for Win32
and OS/2)
and it is truly an INLINE problem:
program Test;
type
Point = RECORD
x,y: LongInt;
end;
procedure Doit(ptl: Point); inline;
begin
end;
var ptl: Point;
begin
ptl.x:= 10;
ptl.y:= 10;
Doit(ptl);
end.
Have a good one,
Klaus
Klaus Schimmanz wrote:
| | Hi Allan,
I have to report an internal compiler error #236 of Virtual Pascal for
Win32 Version 2.1 Build 274 (8 Nov 2003)!!!
I guess you're interested in the source code. If so, provide me an
e-mail adr. for this, please - because these are
larger files and it's non-public code. Or tell what #236 means. Maybe I
can strip it down a bit. I think there is a problem
with inline procedure/functions..., right?
Take care,
Klaus
|
|
|
|
 |
|