[Bug 280] ICE with static immutable RedBlackTree

2017-12-10 Thread gdc-bugzilla--- via D.gnu
https://bugzilla.gdcproject.org/show_bug.cgi?id=280 Iain Buclaw changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 280] ICE with static immutable RedBlackTree

2017-11-29 Thread gdc-bugzilla--- via D.gnu
https://bugzilla.gdcproject.org/show_bug.cgi?id=280 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org Component

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

[Bug 280] New: ICE with static immutable RedBlackTree

2017-11-28 Thread gdc-bugzilla--- via D.gnu
https://bugzilla.gdcproject.org/show_bug.cgi?id=280 Bug ID: 280 Summary: ICE with static immutable RedBlackTree Product: GDC Version: development Hardware: All OS: All Status: NEW Severity: major

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.

ICE with static immutable RedBlackTree

2017-11-23 Thread Elronnd via D.gnu
There is this ICE: void main() { import std.container; static immutable s = new RedBlackTree!int('h'); }