https://bugzilla.gdcproject.org/show_bug.cgi?id=307
Iain Buclaw <ibuc...@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Iain Buclaw <ibuc...@gdcproject.org> --- Reduced and pasted here (gists may have a habit of disappearing). --- void crash() { applyConfiguration(42); } void applyConfiguration(Things...)(Things things) { thingloop: foreach (i; things) { switch (i) { continue thingloop; default: } } } --- Problem is triggered by unrolled loop statements. -- You are receiving this mail because: You are watching all bug changes.