Thread overview
[dmd-internals] [D-Programming-Language/dmd] acd13c: Merge pull request #796 from dawgfoto/fixVC
Mar 12, 2012
GitHub
Mar 12, 2012
Rainer Schuetze
Mar 12, 2012
Martin Nowak
March 11, 2012
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: acd13c7f0a22727576723b904ad05c4df6fc519e
      https://github.com/D-Programming-Language/dmd/commit/acd13c7f0a22727576723b904ad05c4df6fc519e
  Author: Walter Bright <walter@walterbright.com>
  Date:   2012-03-11 (Sun, 11 Mar 2012)

  Changed paths:
    M src/backend/cc.h
  M src/backend/cg87.c

  Log Message:
  -----------
  Merge pull request #796 from dawgfoto/fixVC

Fix MSVC++ build





March 12, 2012
On 3/12/2012 4:44 AM, GitHub wrote:
>    Branch: refs/heads/master
>    Home:   https://github.com/D-Programming-Language/dmd
>    Commit: acd13c7f0a22727576723b904ad05c4df6fc519e
>        https://github.com/D-Programming-Language/dmd/commit/acd13c7f0a22727576723b904ad05c4df6fc519e
>    Author: Walter Bright<walter@walterbright.com>
>    Date:   2012-03-11 (Sun, 11 Mar 2012)
>
>    Changed paths:
>      M src/backend/cc.h
>    M src/backend/cg87.c
>
>    Log Message:
>    -----------
>    Merge pull request #796 from dawgfoto/fixVC
>
> Fix MSVC++ build

Thanks for fixing this. There is one use of "long double" left in cg87.c that has to be converted to "longdouble" at line 689:
    static char zeros[sizeof(long double)];

pull request 777 can then be closed aswell.

_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals

March 12, 2012
> Thanks for fixing this. There is one use of "long double" left in cg87.c that has to be converted to "longdouble" at line 689:
>      static char zeros[sizeof(long double)];
>
Seems like I forgot to commit that.
https://github.com/D-Programming-Language/dmd/pull/802
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals