November 29, 2017
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
          Priority: Normal
         Component: libgphobos
          Assignee: ibuclaw@gdcproject.org
          Reporter: elronnd@slashem.me

I get a segfault with this code:

void main() {
        import std.container;
        static immutable s = new RedBlackTree!int('h');
}

-- 
You are receiving this mail because:
You are watching all bug changes.