Re: var length array error

2013-09-01 Thread Iain Buclaw
On 2 September 2013 07:01, Iain Buclaw wrote: > On 2 September 2013 05:24, Ramon wrote: >> Hi >> >> >> struct Entry {...} >> Entry[] table; >> >> int main(string[] args) >> { >>... >>table.length++; >>... >> } >> >> >> GDC -> Error: table.length is not an lvalue >> >> >> Remark: The s

Re: var length array error

2013-09-01 Thread Iain Buclaw
On 2 September 2013 05:24, Ramon wrote: > Hi > > > struct Entry {...} > Entry[] table; > > int main(string[] args) > { >... >table.length++; >... > } > > > GDC -> Error: table.length is not an lvalue > > > Remark: The same code compiles (and works) with DMD. > > What am I doing wrong?

var length array error

2013-09-01 Thread Ramon
Hi struct Entry {...} Entry[] table; int main(string[] args) { ... table.length++; ... } GDC -> Error: table.length is not an lvalue Remark: The same code compiles (and works) with DMD. What am I doing wrong? Thanks - R

Re: internal compiler error when compiling a class

2013-09-01 Thread Iain Buclaw
On 1 September 2013 13:28, Iain Buclaw wrote: > On 1 September 2013 10:55, Iain Buclaw wrote: >> On 20 August 2013 17:40, Timo Sintonen wrote: >>> I just updated my arm cross compiler to the latest head of gdc and gcc. Now >>> I get this every time when I try to compile a file that has a class:

Re: internal compiler error when compiling a class

2013-09-01 Thread Iain Buclaw
On 1 September 2013 10:55, Iain Buclaw wrote: > On 20 August 2013 17:40, Timo Sintonen wrote: >> I just updated my arm cross compiler to the latest head of gdc and gcc. Now >> I get this every time when I try to compile a file that has a class: >> >> internal compiler error: Segmentation fault >>

Re: internal compiler error when compiling a class

2013-09-01 Thread Iain Buclaw
On 20 August 2013 17:40, Timo Sintonen wrote: > I just updated my arm cross compiler to the latest head of gdc and gcc. Now > I get this every time when I try to compile a file that has a class: > > internal compiler error: Segmentation fault > 0x99b39f crash_signal > ../../gcc/gcc/toplev.

Re: To build GDC for Windows 32/64

2013-09-01 Thread Benjamin Thaut
The last offical binary was posted with this discription: > A new binary has been posted. This contains GDC master up to Nov. 28th. > > There's one annoyingly significant bug that I am aware of regarding exceptions. > > Any uncaught exceptions will result in an infinite loop eventually dieing

Re: To build GDC for Windows 32/64

2013-09-01 Thread Manu
Me too, the 'official' ones are missing dependencies... :/ On 1 Sep 2013 08:15, "Ludovit Lucenic" wrote: > Does anyone here have a working copy of GDC executables for Win32/64 > platform. > Not even necessarily built from latest sources. > If so, please share :-) > Thanks. > > I am looking for a