From ade7af52347f580b26312bad7b6a1f1f01f9df22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Mon, 6 Nov 2023 11:25:19 +0100 Subject: [PATCH] * Refer to bugreport for internal error 20231102 --- compiler/pgenutil.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/pgenutil.pas b/compiler/pgenutil.pas index 6f2b1062d1..a3361bd6a3 100644 --- a/compiler/pgenutil.pas +++ b/compiler/pgenutil.pas @@ -2757,6 +2757,8 @@ uses MVC: The case where localsymtable is also nil can appear in complex cases and still produce valid code. In order to allow people in this case to continue, SKIP_INTERNAL20231102 can be defined. Default behaviour is to raise an internal error. + See also + https://gitlab.com/freepascal.org/fpc/source/-/issues/40502 } {$IFDEF SKIP_INTERNAL20231102} if (pu.u.localsymtable<>Nil) then