<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Hairy Pixels via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Fr., 9. Sep. 2022, 18:05:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">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. </div><div dir="auto">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. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven</div></div>