digitalmars.D.bugs - [Issue 2717] New: alloca(0) leaves stack unaligned on OSX
- d-bugmail puremagic.com (17/17) Mar 08 2009 http://d.puremagic.com/issues/show_bug.cgi?id=2717
- d-bugmail puremagic.com (9/9) Aug 31 2013 http://d.puremagic.com/issues/show_bug.cgi?id=2717
http://d.puremagic.com/issues/show_bug.cgi?id=2717 Summary: alloca(0) leaves stack unaligned on OSX Product: D Version: unspecified Platform: PC OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: bugzilla digitalmars.com ReportedBy: lio+bugzilla lunesu.com I don't have a Mac so I can't test whether this actually causes problems, but commit 102 to alloca.d in druntime did not fix the condition alloca(0): it will allocate 4 bytes, instead of 16. The fix would be to move the "jnz; mov" into the version blocks. --
Mar 08 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2717 Lionello Lunesu <lio+bugzilla lunesu.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Aug 31 2013