Thread overview | |||||
---|---|---|---|---|---|
|
March 11, 2012 [dmd-internals] [D-Programming-Language/dmd] acd13c: Merge pull request #796 from dawgfoto/fixVC | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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 Re: [dmd-internals] [D-Programming-Language/dmd] acd13c: Merge pull request #796 from dawgfoto/fixVC | ||||
---|---|---|---|---|
| ||||
Posted in reply to GitHub | 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 Re: [dmd-internals] [D-Programming-Language/dmd] acd13c: Merge pull request #796 from dawgfoto/fixVC | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rainer Schuetze | > 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 |
Copyright © 1999-2021 by the D Language Foundation