D.gnu - [Bug 280] New: ICE with static immutable RedBlackTree
- gdc-bugzilla gdcproject.org (21/21) Nov 28 2017 https://bugzilla.gdcproject.org/show_bug.cgi?id=280
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.
Nov 28 2017