mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 09:29:26 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() * Initialize result out parameter by caling the constructor Init, not the method Reset. This out parameter called 'result' is of type tcgpara, which is an object, but not a class, it has no virtual method, which means that the VMT is never used, and thus the fact that the object is not 'constructed' can be easily missed. Nevertheless, it could generate problems as the different fields have unassigned and thus random value, while reset method can dereference location field if not nil. Issue found by using -gttt compiler option. ------------------------------------------------------------------------ --- Merging r47711 into '.': U compiler/aarch64/cpupara.pas --- Recording mergeinfo for merge of r47711 into '.': U . git-svn-id: branches/fixes_3_2@47723 - |
||
---|---|---|
compiler | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |