[Bug 280] New: ICE with static immutable RedBlackTree
gdc-bugzilla at gdcproject.org
gdc-bugzilla at gdcproject.org
Wed Nov 29 03:58:51 UTC 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 at gdcproject.org
Reporter: elronnd at 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.
More information about the D.gnu
mailing list