Thread overview
Want your DMD to segfault?
Jan 28, 2014
Martin Cejp
Jan 28, 2014
H. S. Teoh
Jan 28, 2014
Stanislav Blinov
Jan 29, 2014
Martin
Jan 30, 2014
Kenji Hara
January 28, 2014
It doesn't really get any easier than this:
bool lol[lol.length];

My apologies if this has been fixed in master.
January 28, 2014
On Tue, Jan 28, 2014 at 11:48:46PM +0000, Martin Cejp wrote:
> It doesn't really get any easier than this:
> bool lol[lol.length];
> 
> My apologies if this has been fixed in master.

Still happens on git HEAD. Please file a bug and tag it 'ice'.


T

-- 
Give a man a fish, and he eats once. Teach a man to fish, and he will sit forever.
January 28, 2014
Well, heh. It happens. lol.
January 29, 2014
I gives a proper error ("Error: undefined identifier lol.length")
here when the declaration is placed inside a function. Crashes
everywhere else though.
January 30, 2014
2014-01-29 H. S. Teoh <hsteoh@quickfur.ath.cx>

> On Tue, Jan 28, 2014 at 11:48:46PM +0000, Martin Cejp wrote:
> > It doesn't really get any easier than this:
> > bool lol[lol.length];
> >
> > My apologies if this has been fixed in master.
>
> Still happens on git HEAD. Please file a bug and tag it 'ice'.


https://d.puremagic.com/issues/show_bug.cgi?id=12040

Kenji Hara