[Issue 11540] [ICE] CTFE segfault with try-catch-finally and goto
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Nov 18 10:03:58 PST 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11540
--- Comment #4 from yebblies <yebblies at gmail.com> 2013-11-19 05:03:57 EST ---
And with:
static assert(()
{
with(Object.init)
{
goto label;
label: ;
}
return 1;
}());
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list