digitalmars.D - Want your DMD to segfault?
- Martin Cejp (3/3) Jan 28 2014 It doesn't really get any easier than this:
- H. S. Teoh (5/9) Jan 28 2014 Still happens on git HEAD. Please file a bug and tag it 'ice'.
- Stanislav Blinov (1/1) Jan 28 2014 Well, heh. It happens. lol.
- Martin (3/3) Jan 28 2014 I gives a proper error ("Error: undefined identifier lol.length")
- Kenji Hara (3/9) Jan 30 2014 https://d.puremagic.com/issues/show_bug.cgi?id=12040
It doesn't really get any easier than this: bool lol[lol.length]; My apologies if this has been fixed in master.
Jan 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.
Jan 28 2014
I gives a proper error ("Error: undefined identifier lol.length") here when the declaration is placed inside a function. Crashes everywhere else though.
Jan 28 2014
2014-01-29 H. S. Teoh <hsteoh quickfur.ath.cx>On Tue, Jan 28, 2014 at 11:48:46PM +0000, Martin Cejp wrote:https://d.puremagic.com/issues/show_bug.cgi?id=12040 Kenji HaraIt 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'.
Jan 30 2014