[fpc-devel] Add {$I %DATETIME%}

2016-01-15 Thread Denis Kozlov
Hello, I'm proposing addition of {$I %DATETIME%} directive. A trivial patch is attached. The following will be possible: const T = {$I %DATETIME%}; begin WriteLn(DateTimeToStr(T)); end. Benefits of this directive: 1) Access to build date/time in native TDateTime format. Existing {$I %DAT

Re: [fpc-devel] Program too long ?

2016-01-15 Thread Mark Morgan Lloyd
Bernd Oppolzer wrote: Jonas Maebe schrieb: On 14/01/16 17:45, Mathias wrote: The code is machine generated. I wanted to test which compiler is faster, the. Of FPC or C ++ C ++ could compile the code without errors. Whether or not it can be compiled is unrelated to the language of course, but