Thread overview
[Issue 3918] Parameter use before its use in an AndAnd expression with reals treats NaN as false
Jul 25, 2014
yebblies
Jul 25, 2014
yebblies
July 25, 2014
https://issues.dlang.org/show_bug.cgi?id=3918

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

https://github.com/D-Programming-Language/dmd/commit/031c94f25a0a25125730e4033a3e19e8b20bc861 Merge pull request #3811 from yebblies/issue3918

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

--
July 25, 2014
https://issues.dlang.org/show_bug.cgi?id=3918

--- Comment #6 from yebblies <yebblies@gmail.com> ---
Whoops, I gave the branch the wrong number.  This issue is unchanged.

--
July 25, 2014
https://issues.dlang.org/show_bug.cgi?id=3918

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
           Assignee|nobody@puremagic.com        |yebblies@gmail.com
                 OS|Windows                     |All

--- Comment #7 from yebblies <yebblies@gmail.com> ---
I went with option 1)

https://github.com/D-Programming-Language/dmd/pull/3812

--
July 31, 2014
https://issues.dlang.org/show_bug.cgi?id=3918

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

https://github.com/D-Programming-Language/dmd/commit/aa2b31e10f5a5970e899de200b4b21d915a45ef4 Merge pull request #3811 from yebblies/issue3918

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

--
August 22, 2014
https://issues.dlang.org/show_bug.cgi?id=3918

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

https://github.com/D-Programming-Language/dmd/commit/aa2b31e10f5a5970e899de200b4b21d915a45ef4 Merge pull request #3811 from yebblies/issue3918

--
September 05, 2014
https://issues.dlang.org/show_bug.cgi?id=3918

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

https://github.com/D-Programming-Language/dmd/commit/d089a3a059915d84170b549de1fc2215eada3334
Fix Issue 3918 - Parameter use before its use in an AndAnd expression with
reals treats NaN as false

https://github.com/D-Programming-Language/dmd/commit/1ea942a60971472a09e6764a28ccfbfea1bdb501 Merge pull request #3812 from yebblies/issue3918

Issue 3918 - Parameter use before its use in an AndAnd expression with reals treats NaN as false

--