[fpc-devel] Redundant compiler hints
Martok
listbox at martoks-place.de
Sun Mar 25 23:29:10 CEST 2018
The hint was added in response to <https://bugs.freepascal.org/view.php?id=31717>.
Not very useful, other than to demonstrate 'inline' is rarely respected.
However, it probably wasn't the intention to generate it for intrinsics as well?
--
Regards,
Martok
Ceterum censeo b32079 esse sanandam.
Am 25.03.2018 um 11:56 schrieb Ondrej Pokorny:
> Yesterday I updated FPC to current trunk (r38623) and now I get a lot of
> redundant compiler hints. E.g.:
>
> program Test;
> uses SysUtils;
> var
> FS: TFormatSettings;
> begin
> FS := DefaultFormatSettings;
> end.
>
> Test.lpr(6,3) Hint: Call to subroutine "procedure
> $fpc_copy_proc(Src:Pointer;Dest:Pointer;TypeInfo:Pointer);" marked as
> inline is not inlined
>
> Anybody knows what's going on? I am on Windows, use the 32bit compiler.
>
> Ondrej
>
> _______________________________________________
> fpc-devel maillist - fpc-devel at lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
>
More information about the fpc-devel
mailing list