[dmd-internals] [D-Programming-Language/dmd] 8313aa: C++: fix mangling of multiple long arguments when ...
GitHub via dmd-internals
dmd-internals at puremagic.com
Mon Sep 7 01:29:53 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 8313aaaab6dea69b00e78f2a8944f76556343225
https://github.com/D-Programming-Language/dmd/commit/8313aaaab6dea69b00e78f2a8944f76556343225
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-09-05 (Sat, 05 Sep 2015)
Changed paths:
M src/cppmangle.d
M test/runnable/cppa.d
M test/runnable/extra-files/cppb.cpp
Log Message:
-----------
C++: fix mangling of multiple long arguments when interfacing with VC
Commit: 6962eb9607d3e7073ea25318013a567cba9ebb1f
https://github.com/D-Programming-Language/dmd/commit/6962eb9607d3e7073ea25318013a567cba9ebb1f
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-09-05 (Sat, 05 Sep 2015)
Changed paths:
M test/runnable/cppa.d
M test/runnable/extra-files/cppb.cpp
Log Message:
-----------
add tests for other affected types
Commit: 63f19847131f89a6b526b7d1008b7214b9002dac
https://github.com/D-Programming-Language/dmd/commit/63f19847131f89a6b526b7d1008b7214b9002dac
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-09-07 (Mon, 07 Sep 2015)
Changed paths:
M src/cppmangle.d
M test/runnable/cppa.d
M test/runnable/extra-files/cppb.cpp
Log Message:
-----------
Merge pull request #5038 from rainers/issue_15014
Fix issue 15014 - Win64: Invalid C++ mangling for multiple long arguments
Compare: https://github.com/D-Programming-Language/dmd/compare/d1cff0246549...63f19847131f
More information about the dmd-internals
mailing list