Re: [Bug 76] dyn. array length++ fails

2013-09-03 Thread Ramon
Iain, I'm very pleased to inform you that this issue is solved in gdc-4.8. I test installed aptosid and gdc 4.8 and my code compiles fine. Thank you so much for your work, Iain! :) A+ -R

Re: [Bug 76] dyn. array length++ fails

2013-09-03 Thread Ramon
I was thinking anyway going back to debian (or a rolling system like aptosid). Mint was just a more digestible version of ubuntu (yuck) which again was just a cheap way to escape debians stubborn anti-non-free-drivers. With open source graphic drivers now in a useable state (I don't care abou

Re: [Bug 76] dyn. array length++ fails

2013-09-03 Thread Ramon
On Tuesday, 3 September 2013 at 15:43:26 UTC, Iain Buclaw wrote: http://bugzilla.gdcproject.org/show_bug.cgi?id=76 --- Comment #2 from Iain Buclaw 2013-09-03 15:43:14 UTC --- also, gcc-4.6 is rather old, I'd suggest switching over to gcc-4.7/4.8. (on Linux Mint 15, up-to-date) $ dmd DMD32

Re: [Bug 76] dyn. array length++ fails

2013-09-03 Thread H. S. Teoh
On Tue, Sep 03, 2013 at 10:23:00PM +0100, Iain Buclaw wrote: > On 3 September 2013 22:05, Ramon wrote: > > On Tuesday, 3 September 2013 at 15:43:26 UTC, Iain Buclaw wrote: > >> > >> http://bugzilla.gdcproject.org/show_bug.cgi?id=76 > >> > >> --- Comment #2 from Iain Buclaw 2013-09-03 > >> 15:43:1

Re: [Bug 76] dyn. array length++ fails

2013-09-03 Thread Iain Buclaw
On 3 September 2013 22:20, H. S. Teoh wrote: > On Tue, Sep 03, 2013 at 11:05:10PM +0200, Ramon wrote: >> On Tuesday, 3 September 2013 at 15:43:26 UTC, Iain Buclaw wrote: >> >http://bugzilla.gdcproject.org/show_bug.cgi?id=76 >> > >> >--- Comment #2 from Iain Buclaw >> >2013-09-03 15:43:14 UTC ---

Re: [Bug 76] dyn. array length++ fails

2013-09-03 Thread Iain Buclaw
On 3 September 2013 22:05, Ramon wrote: > On Tuesday, 3 September 2013 at 15:43:26 UTC, Iain Buclaw wrote: >> >> http://bugzilla.gdcproject.org/show_bug.cgi?id=76 >> >> --- Comment #2 from Iain Buclaw 2013-09-03 >> 15:43:14 UTC --- >> also, gcc-4.6 is rather old, I'd suggest switching over to gcc

Re: [Bug 76] dyn. array length++ fails

2013-09-03 Thread H. S. Teoh
On Tue, Sep 03, 2013 at 11:05:10PM +0200, Ramon wrote: > On Tuesday, 3 September 2013 at 15:43:26 UTC, Iain Buclaw wrote: > >http://bugzilla.gdcproject.org/show_bug.cgi?id=76 > > > >--- Comment #2 from Iain Buclaw > >2013-09-03 15:43:14 UTC --- > >also, gcc-4.6 is rather old, I'd suggest switching

Re: To build GDC for Windows 32/64

2013-09-03 Thread Benjamin Thaut
Am 03.09.2013 18:23, schrieb Ludovit Lucenic: Hello Benjamin, if you don't mind I would update the GDC project wiki with the information you provided in this thread, once I get to the working GDC executable for Windows. Are you ok with it? Ludovit Yes of course. It would be really awesome to

Re: To build GDC for Windows 32/64

2013-09-03 Thread Ludovit Lucenic
Hello Benjamin, if you don't mind I would update the GDC project wiki with the information you provided in this thread, once I get to the working GDC executable for Windows. Are you ok with it? Ludovit

[Bug 76] dyn. array length++ fails

2013-09-03 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=76 --- Comment #2 from Iain Buclaw 2013-09-03 15:43:14 UTC --- also, gcc-4.6 is rather old, I'd suggest switching over to gcc-4.7/4.8. -- Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email --- You are receiving this mail

colors in gdc errors

2013-09-03 Thread eles
It would be possible to implement this for gdc, too: http://gcc.gnu.org/onlinedocs/gcc/Language-Independent-Options.html#index-fdiagnostics-color-239 ? Also, error messages more similar to those spitted out by gcc. Compare: test01.c:3:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__

[Bug 76] dyn. array length++ fails

2013-09-03 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=76 --- Comment #1 from Iain Buclaw 2013-09-03 15:41:44 UTC --- Not sure if your d frontend version is as you say it is... I get no problems checking on current development. -- Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=em

Re: colors in gdc errors

2013-09-03 Thread Iain Buclaw
On 3 September 2013 16:54, eles wrote: > It would be possible to implement this for gdc, too: > > http://gcc.gnu.org/onlinedocs/gcc/Language-Independent-Options.html#index-fdiagnostics-color-239 > > ? > Also, error messages more similar to those spitted out by gcc. Compare: > > test01.c:3:1: error