Thread overview
[Issue 13331] naked asm functions are broken when compiling with -profile
Aug 14, 2016
Cauterite
May 11, 2017
Walter Bright
August 14, 2016
https://issues.dlang.org/show_bug.cgi?id=13331

Cauterite <cauterite@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |iasm, wrong-code
                 CC|                            |cauterite@gmail.com
           Hardware|x86                         |All
                 OS|Linux                       |All

--- Comment #1 from Cauterite <cauterite@gmail.com> ---
minimal test case:
void main() {asm {naked; ret;}}

still broken with DMD 2.071.1 / 32-bit backend

--
May 11, 2017
https://issues.dlang.org/show_bug.cgi?id=13331

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6770

--
May 13, 2017
https://issues.dlang.org/show_bug.cgi?id=13331

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/c6db9b7d55ea9b533d584cd1da7d4fdb873fccd8 fix Issue 13331 - naked asm functions are broken when compiling with -profile

https://github.com/dlang/dmd/commit/7162f2bc2e067894874e632cb51ead4900c70694 Merge pull request #6770 from WalterBright/fix13331

fix Issue 13331 - naked asm functions are broken when compiling with … merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>

--
June 17, 2017
https://issues.dlang.org/show_bug.cgi?id=13331

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/c6db9b7d55ea9b533d584cd1da7d4fdb873fccd8 fix Issue 13331 - naked asm functions are broken when compiling with -profile

https://github.com/dlang/dmd/commit/7162f2bc2e067894874e632cb51ead4900c70694 Merge pull request #6770 from WalterBright/fix13331

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=13331

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/c6db9b7d55ea9b533d584cd1da7d4fdb873fccd8 fix Issue 13331 - naked asm functions are broken when compiling with -profile

https://github.com/dlang/dmd/commit/7162f2bc2e067894874e632cb51ead4900c70694 Merge pull request #6770 from WalterBright/fix13331

--