Re: [fpc-devel] How do I go about volunteering as a "release builder", so that we can get rid of the objectively untrue, misleadingly worded "There is no native compiler available for x86_64 Win64. Yo

2018-11-03 Thread Florian Klämpfl
Am 04.11.2018 um 00:09 schrieb Ben Grasset: > I've been happily building 64-bit FPC natively on Windows for over five years > now. It works fine. It is stable. There is > no logical reason whatsoever to use a 32-bit to 64-bit FPC cross compiler in > 2018 if you are running 64-bit Windows > native

[fpc-devel] How do I go about volunteering as a "release builder", so that we can get rid of the objectively untrue, misleadingly worded "There is no native compiler available for x86_64 Win64. You ha

2018-11-03 Thread Ben Grasset
I've been happily building 64-bit FPC natively on Windows for over five years now. It works fine. It is stable. There is no logical reason whatsoever to use a 32-bit to 64-bit FPC cross compiler in 2018 if you are running 64-bit Windows natively, and anyone who thinks there is doesn't use Windows e

Re: [fpc-devel] Array assignment operator

2018-11-03 Thread Ben Grasset
On Sat, Nov 3, 2018 at 4:44 PM Gennady Agranov wrote: > Hi, > > Leaving aside the reason why the MiSchi's solution doesn't work the main > question is still not answered :) > > If you have integer dynamic array "MyArray" is there a way for the > following statement to compile and work correctly:

Re: [fpc-devel] Array assignment operator

2018-11-03 Thread Gennady Agranov
Hi, Leaving aside the reason why the MiSchi's solution doesn't work the main question is still not answered :) If you have integer dynamic array "MyArray" is there a way for the following statement to compile and work correctly: MyArray := 5; Thanks, Gennady On 11/3/2018 4:14 PM, Ben Gra

Re: [fpc-devel] Array assignment operator

2018-11-03 Thread Ben Grasset
On Sat, Nov 3, 2018 at 8:01 AM Schindler Karl-Michael < karl-michael.schind...@web.de> wrote: > Hi > > I would like to use a simple assignment operator for arrays, with which > all elements of an array are assigned to the same value, similar to an > extended initialize, not to zero but to a value

[fpc-devel] AVR ATMEGA4808 ATMEGA4809

2018-11-03 Thread Dimitrios Chr. Ioannidis via fpc-devel
Hi,   is there a plan to support the new atmega series 4808,4809 in the AVR compiler ? regards, -- Dimitrios Chr. Ioannidis ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

[fpc-devel] Array assignment operator

2018-11-03 Thread Schindler Karl-Michael
Hi I would like to use a simple assignment operator for arrays, with which all elements of an array are assigned to the same value, similar to an extended initialize, not to zero but to a value of choice. A simple example for an integer array would be: myArray := 5; With arrays with defined