Hello,<br><br>There seems to be a bigger issue on this... but perhaps someone else confirm that the following programs, similar to the failing one, work. <br><br>program test1;<br> var <br> p: Pointer;<br> begin<br> p := nil;<br>
p := p + 1;<br>end.<br><br>Does work .... and the following program<br><br>program test2;<br> var <br> p: Pointer;<br> begin<br> p := nil;<br> Inc(p);<br> end. <br><br>works also .... am I the only one getting this result?<br>
<br>Prince<br><br><br><div class="gmail_quote">On Sun, May 24, 2009 at 4:30 PM, Joost van der Sluis <span dir="ltr"><<a href="mailto:joost@cnoc.nl">joost@cnoc.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Op zondag 24-05-2009 om 23:14 uur [tijdzone +0200], schreef Aleksa<br>
Todorovic:<br>
<div class="im">> Hi, all!<br>
><br>
> I've just tried to compile some of my old Pascal code, and got IE<br>
> 200307043. I've tried both 2.2.4 and svn trunk versions. Simple<br>
> program to generate it:<br>
><br>
> program test;<br>
> var<br>
> p: Pointer;<br>
> begin<br>
> p := nil + 1;<br>
> end.<br>
><br>
> I couldn't find issue about this in bug tracker, should I report it?<br>
<br>
</div>Yes, an IE is always a bug an should be reported. If you can not a<br>
report with '200307043' in it, it's not reported yet.<br>
<font color="#888888"><br>
Joost.<br>
</font><div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
fpc-pascal maillist - <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br>
</div></div></blockquote></div><br>