[fpc-devel] Redundant compiler hints

2018-03-25 Thread 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;T

Re: [fpc-devel] Redundant compiler hints

2018-03-25 Thread Martok
The hint was added in response to . 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.

Re: [fpc-devel] Redundant compiler hints

2018-03-25 Thread C Western
On 25/03/18 22:29, Martok wrote: The hint was added in response to . 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? I am seeing lots of "n