October 27, 2012 [dmd-internals] [D-Programming-Language/dmd] 70bf82: Use va_arg instead of platform specific cast | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 70bf827d67131848269e8858821b49d5fea4b663 https://github.com/D-Programming-Language/dmd/commit/70bf827d67131848269e8858821b49d5fea4b663 Author: Johannes Pfau <johannespfau@gmail.com> Date: 2012-09-27 (Thu, 27 Sep 2012) Changed paths: M test/runnable/test20.d M test/runnable/testdstress.d Log Message: ----------- Use va_arg instead of platform specific cast On ARM (EABI), va_list and therefore _argptr is not a pointer and the pointer casts will fail. Commit: f804036586e3c5a363c29f47f1e9407304c75f9e https://github.com/D-Programming-Language/dmd/commit/f804036586e3c5a363c29f47f1e9407304c75f9e Author: Daniel Murphy <yebblies@gmail.com> Date: 2012-10-27 (Sat, 27 Oct 2012) Changed paths: M test/runnable/test20.d M test/runnable/testdstress.d Log Message: ----------- Merge pull request #1149 from jpf91/fixVA Use va_arg instead of platform specific cast Compare: https://github.com/D-Programming-Language/dmd/compare/8b82a0aa4feb...f804036586e3 |
Copyright © 1999-2021 by the D Language Foundation