[fpc-pascal] Error: compilation raised exception internally
Sven Barth
pascaldragon at googlemail.com
Sat Oct 21 11:41:54 CEST 2023
Rafael Picanço via fpc-pascal <fpc-pascal at lists.freepascal.org> schrieb am
Sa., 21. Okt. 2023, 02:50:
> Hi everyone,
>
> I am getting a strange error when compiling a project. I am really not
> sure what is going on, because it occurs sometimes, consistently in some
> lines of the code with calls to this static variable:
> ...
> function NextID(ID : word) : word;
> ...
> NextID(ContainerClass.SomeTypeInstance.ID)
> ...
> type
> TSomeType = class(TSomeBaseClass)
> public
> ID : TTrialID; static;
> end;
>
> I hit F9 again and then the project compiles with error.
>
> Any suggestions? Should I care about this error and report it??
>
An exception or an internal error during compilation should *always* be
reported.
Please also provide a minimal, self contained example that shows the
problem.
Regards,
Sven
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20231021/0af9362e/attachment.htm>
More information about the fpc-pascal
mailing list