Re: ICE with static immutable RedBlackTree

2017-11-28 Thread Elronnd via D.gnu
Ok done, https://bugzilla.gdcproject.org/show_bug.cgi?id=280

Re: ICE with static immutable RedBlackTree

2017-11-28 Thread Iain Buclaw via D.gnu
On 28 November 2017 at 08:02, Elronnd via D.gnu wrote: > On Friday, 24 November 2017 at 09:30:02 UTC, Iain Buclaw wrote: >> >> care to raise a bug? > > > Hrmm. I tried to create an account on the bugzilla, but got assaulted by > this message: > > > > There was an error sending mail from 'gdc-bug

Re: ICE with static immutable RedBlackTree

2017-11-27 Thread Elronnd via D.gnu
On Friday, 24 November 2017 at 09:30:02 UTC, Iain Buclaw wrote: care to raise a bug? Hrmm. I tried to create an account on the bugzilla, but got assaulted by this message: There was an error sending mail from 'gdc-bugzi...@gdcproject.org' to elro...@slashem.me: error when closing pipe

Re: ICE with static immutable RedBlackTree

2017-11-24 Thread Iain Buclaw via D.gnu
On 24 November 2017 at 08:48, Elronnd via D.gnu wrote: > There is this ICE: > > void main() { > import std.container; > static immutable s = new RedBlackTree!int('h'); > } Looks like a stack overflow to me, care to raise a bug? Iain.