http://d.puremagic.com/issues/show_bug.cgi?id=3753
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ICE eh.c 49: Related to |ICE(eh.c): Related to |exception handling and |exception handling and |alloca. |alloca. --- Comment #6 from Don <[email protected]> 2013-08-28 00:19:50 PDT --- Another test case from bug 10575 is also very simple: --- import core.stdc.stdlib : alloca; struct TheStruct { ~this() { } } void bar() { } void main() { auto s = TheStruct(); bar(); auto a = alloca(16); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
