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
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?
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
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:
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
>>
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.
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
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