March 04, 2011
Branch: refs/heads/master
Home:   https://github.com/D-Programming-Language/druntime

Commit: bd7b90f1c5dc681d05e872814379b709c1894d75
    https://github.com/D-Programming-Language/druntime/commit/bd7b90f1c5dc681d05e872814379b709c1894d75
Author: Walter Bright <walter at walterbright.com>
Date:   2011-03-04 (Fri, 04 Mar 2011)

Changed paths:
  M src/core/stdc/stdarg.d

Log Message:
-----------
Issue 5694 - va_arg doesn't work with idouble and ifloat


March 04, 2011
On 3/4/2011 8:05 PM, noreply at github.com wrote:
> Branch: refs/heads/master
> Home:   https://github.com/D-Programming-Language/druntime
> 
> Commit: bd7b90f1c5dc681d05e872814379b709c1894d75
>     https://github.com/D-Programming-Language/druntime/commit/bd7b90f1c5dc681d05e872814379b709c1894d75
> Author: Walter Bright <walter at walterbright.com>
> Date:   2011-03-04 (Fri, 04 Mar 2011)
> 
> Changed paths:
>   M src/core/stdc/stdarg.d
> 
> Log Message:
> -----------
> Issue 5694 - va_arg doesn't work with idouble and ifloat
> 

This come with a unit test that should be added to the test suite?  Seems like the ratio of fixes with tests is off.