http://d.puremagic.com/issues/show_bug.cgi?id=3488
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Segfault(expression.c): |Segfault(expression.c): |enum declared with struct |enum declared with struct |initializer in template |static initializer --- Comment #2 from Don <[email protected]> 2009-11-08 11:32:12 PST --- Further reduced test case shows it doesn't need a template. It's just an enum static initializer problem. --- struct Move{ int Dx; } enum Move genMove = { Dx:4 }; immutable Move b = genMove; --- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
