<html><head></head><body><div>Hi @Paul,</div><div><br></div><div><div><span style="font-size: 14.666667px;">As a release team member, can you please tell us if it makes sense to ask for a waver for this?</span></div></div><div><br></div><div>On Wed, 2023-03-29 at 12:49 +0200, Abou Al Montacir wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>Hi Peter,</div><div><br></div><div>On Mon, 2023-03-27 at 16:48 +0100, Peter B wrote:</div><div>I see that the internal error 2003042401 crash<br></div><div>that affects lazpaint & castle-game-engine<br></div><div>has been raised upstream<br></div><div><a href="https://gitlab.com/freepascal.org/fpc/source/-/issues/39877">https://gitlab.com/freepascal.org/fpc/source/-/issues/39877</a><br></div><div><br></div><div>fixed, but not released yet.<br></div><div><br></div><div>Something to do with set comparisons & the NOT operator.</div><div>I'll try to see if I can backport it so that we can try to have this fix in Bookworm</div></blockquote><div>I managed to back port the strictly minimum change </div><pre>--- a/fpcsrc/compiler/mips/ncpumat.pas</pre><pre>+++ b/fpcsrc/compiler/mips/ncpumat.pas</pre><pre>@@ -245,6 +245,7 @@ begin</pre><pre>   begin</pre><pre>     secondpass(left);</pre><pre>     case left.location.loc of</pre><pre>+      LOC_FLAGS,</pre><pre>       LOC_REGISTER, LOC_CREGISTER, LOC_REFERENCE, LOC_CREFERENCE,</pre><pre>       LOC_SUBSETREG,LOC_CSUBSETREG,LOC_SUBSETREF,LOC_CSUBSETREF:</pre><pre>       begin</pre><pre>-- <br></pre><pre>Cheers,
Abou Al Montacir</pre></body></html>