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<[email protected]>
   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
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to