https://d.puremagic.com/issues/show_bug.cgi?id=12498
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> 2014-03-31 14:17:04 CEST --- Thanks for the reduced sample, but in the future please paste code samples inline (dpaste can sometimes go offline): ----- string a() { string b; while (b) { } // ICE return ""; } void main() { enum t = a(); string x = t; } ----- $ dmd test.d ----- test.d(12): called from here: a() test.d(12): called from here: a() __error DMD v2.066 DEBUG [] error Internal error: e2ir.c 858 ----- -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
