[Issue 14179] Posix x86_64 varargs prolog clobbers RDX

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14179

--- Comment #9 from github-bugzi...@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/0687872a11386f5cb9da0d88af59cf460badf2d7
Fix Issue 14179 - Posix x86_64 varargs prolog clobbers RDX

https://github.com/dlang/dmd/commit/d08a9afeb7670aae4a6a7c74518b94a937bd96a6
Merge pull request #4413 from yebblies/issue14179

--


[Issue 14179] Posix x86_64 varargs prolog clobbers RDX

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14179

--- Comment #8 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/0687872a11386f5cb9da0d88af59cf460badf2d7
Fix Issue 14179 - Posix x86_64 varargs prolog clobbers RDX

https://github.com/D-Programming-Language/dmd/commit/d08a9afeb7670aae4a6a7c74518b94a937bd96a6
Merge pull request #4413 from yebblies/issue14179

--


[Issue 14179] Posix x86_64 varargs prolog clobbers RDX

2015-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14179

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

https://github.com/D-Programming-Language/dmd/commit/353cbbed6451f6a21c8d776443db72130c78e879
Merge pull request #4413 from yebblies/issue14179

--


[Issue 14179] Posix x86_64 varargs prolog clobbers RDX

2015-02-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14179

--- Comment #6 from github-bugzi...@puremagic.com ---
Commits pushed to https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/0687872a11386f5cb9da0d88af59cf460badf2d7
Fix Issue 14179 - Posix x86_64 varargs prolog clobbers RDX

https://github.com/D-Programming-Language/dmd/commit/d08a9afeb7670aae4a6a7c74518b94a937bd96a6
Merge pull request #4413 from yebblies/issue14179

--


[Issue 14179] Posix x86_64 varargs prolog clobbers RDX

2015-02-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14179

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

https://github.com/D-Programming-Language/dmd/commit/0687872a11386f5cb9da0d88af59cf460badf2d7
Fix Issue 14179 - Posix x86_64 varargs prolog clobbers RDX

RDX is used in the prolog but may be used to pass named arguments.  When used
for a named argument, store in R11 during prolog.

https://github.com/D-Programming-Language/dmd/commit/d08a9afeb7670aae4a6a7c74518b94a937bd96a6
Merge pull request #4413 from yebblies/issue14179

Issue 14179 - Posix x86_64 varargs prolog clobbers RDX

--


[Issue 14179] Posix x86_64 varargs prolog clobbers RDX

2015-02-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14179

--- Comment #5 from github-bugzi...@puremagic.com ---
Commit pushed to 2.067 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/353cbbed6451f6a21c8d776443db72130c78e879
Merge pull request #4413 from yebblies/issue14179

Issue 14179 - Posix x86_64 varargs prolog clobbers RDX

--


[Issue 14179] Posix x86_64 varargs prolog clobbers RDX

2015-02-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14179

Mathias LANG pro.mathias.l...@gmail.com changed:

   What|Removed |Added

 CC||pro.mathias.l...@gmail.com

--- Comment #2 from Mathias LANG pro.mathias.l...@gmail.com ---
Could it be related to https://issues.dlang.org/show_bug.cgi?id=13769 ?

--


[Issue 14179] Posix x86_64 varargs prolog clobbers RDX

2015-02-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14179

--- Comment #3 from yebblies yebbl...@gmail.com ---
(In reply to Mathias LANG from comment #2)
 Could it be related to https://issues.dlang.org/show_bug.cgi?id=13769 ?

I don't think so, you need 3 'INTEGER' parameters to use RDX and the test case
in that bug never uses more than one.

--


[Issue 14179] Posix x86_64 varargs prolog clobbers RDX

2015-02-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14179

yebblies yebbl...@gmail.com changed:

   What|Removed |Added

   Keywords||pull

--- Comment #1 from yebblies yebbl...@gmail.com ---
https://github.com/D-Programming-Language/dmd/pull/4413/files

--