<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">On 9/8/2021 2:25 PM, denisgolovan via
fpc-devel wrote:</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">>>> Compiler builds release
binaries fine.</div>
<div class="moz-cite-prefix">
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">What do you mean - it should work on
"trunk"?</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">it is probably "generics" related, and
i tried both official releases - 3.2.0 and 3.2.2 - the same sad
result<br>
</div>
<p>I suspect inlining did it as my code does not raise exception -
but obviously i can be mistaken<br>
</p>
<div class="moz-cite-prefix">.Lj3219:<br>
leaq
RESSTR_$GENERICS.STRINGS_$$_SDICTIONARYKEYDOESNOTEXIST+8(%rip),%r8<br>
movq $1,%rdx<br>
leaq VMT_$CLASSES_$$_ELISTERROR(%rip),%rcx<br>
<b> call
SYSUTILS$_$EXCEPTION_$__$$_CREATERES$PANSISTRING$$EXCEPTION</b><br>
movq %rax,%rcx<br>
leaq .Lj3222(%rip),%rdx</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">How can one tell compiler to allow
"inline" modifier, but ignore it?</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Thanks,</div>
<div class="moz-cite-prefix">Gena<br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<blockquote type="cite"
cite="mid:19602151631125536@sas1-e05fd3bc78f9.qloud-c.yandex.net">
<pre class="moz-quote-pre" wrap="">I believe it's the same issue I have in <a class="moz-txt-link-freetext" href="https://gitlab.com/freepascal.org/fpc/source/-/issues/39140">https://gitlab.com/freepascal.org/fpc/source/-/issues/39140</a>
Compiler builds release binaries fine.
-- Regards,
Denis Golovan
_______________________________________________
fpc-devel maillist - <a class="moz-txt-link-abbreviated" href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a>
<a class="moz-txt-link-freetext" href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel</a>
</pre>
</blockquote>
<p><br>
</p>
</body>
</html>