Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
January 28, 2014 Want your DMD to segfault? | ||||
---|---|---|---|---|
| ||||
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 Re: Want your DMD to segfault? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Cejp | 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 Re: Want your DMD to segfault? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Cejp | Well, heh. It happens. lol. |
January 29, 2014 Re: Want your DMD to segfault? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Cejp | 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 Re: Want your DMD to segfault? | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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 |
Copyright © 1999-2021 by the D Language Foundation