[Issue 12820] DMD can inline calls to functions that use alloca, allocating the memory in the caller function instead.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jul 24 21:14:45 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12820

--- Comment #4 from github-bugzilla at puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/292828b19a8ad42a48794292db2646cff6536089
Fix Issue 12820 - DMD can inline calls to functions that use alloca, allocating
the memory in the caller function instead.

--


More information about the Digitalmars-d-bugs mailing list