http://d.puremagic.com/issues/show_bug.cgi?id=3822
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |critical --- Comment #5 from [email protected] 2010-06-26 14:40:47 PDT --- There's D code in druntime that assumes memory allocated by alloca() is valid until the end of the function: http://dsource.org/projects/druntime/browser/trunk/src/rt/adi.d#L242 Maybe the codegen for alloca() within loops is broken, or something. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
