Hairy Pixels via fpc-pascal <fpc-pascal@lists.freepascal.org> schrieb am
Fr., 9. Sep. 2022, 18:05:

> This program gives internal compiler error 2019022201 (Free Pascal
> Compiler version 3.3.1 [2022/05/27] for aarch64). Something is wrong with
> the PPU. This is a very basic program using function references so  it
> seems unlikely it could not be known. Any ideas?
>

Why do you think it's not known if there is an internal error? Internal
errors are precisely there to cover cases that should not be taken, but are
then triggered by some code path that was not thought about.
As a general rule: always report an internal error if it wasn't reported
already. If it was then check whether you can  maybe provide a better
example to reproduce it.

Regards,
Sven
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to