[Issue 14195] Ice when mangling templated function parameter extern(C++) function

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14195

--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/c4ef4296e217337de4d4137bae57bfda710454e2
Fixed bug 14195: Added C++ mangling for passing function signatures as template
parameters.

https://github.com/dlang/dmd/commit/a68e1c1d4a08b029490c0c832920e0fdb12d7093
Merge pull request #4419 from Ingrater/fix14195

--


[Issue 14195] Ice when mangling templated function parameter extern(C++) function

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14195

--- Comment #4 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/c4ef4296e217337de4d4137bae57bfda710454e2
Fixed bug 14195: Added C++ mangling for passing function signatures as template
parameters.

https://github.com/D-Programming-Language/dmd/commit/a68e1c1d4a08b029490c0c832920e0fdb12d7093
Merge pull request #4419 from Ingrater/fix14195

--


[Issue 14195] Ice when mangling templated function parameter extern(C++) function

2015-02-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14195

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/c4ef4296e217337de4d4137bae57bfda710454e2
Fixed bug 14195: Added C++ mangling for passing function signatures as template
parameters.

https://github.com/D-Programming-Language/dmd/commit/a68e1c1d4a08b029490c0c832920e0fdb12d7093
Merge pull request #4419 from Ingrater/fix14195

--


[Issue 14195] Ice when mangling templated function parameter extern(C++) function

2015-02-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14195

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/c4ef4296e217337de4d4137bae57bfda710454e2
Fixed bug 14195: Added C++ mangling for passing function signatures as template
parameters.

https://github.com/D-Programming-Language/dmd/commit/a68e1c1d4a08b029490c0c832920e0fdb12d7093
Merge pull request #4419 from Ingrater/fix14195

Fixed bug 14195: Added C++ mangling for passing function signatures

--


[Issue 14195] Ice when mangling templated function parameter extern(C++) function

2015-02-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14195

yebblies yebbl...@gmail.com changed:

   What|Removed |Added

   Keywords||C++, ice
 CC||yebbl...@gmail.com

--


[Issue 14195] Ice when mangling templated function parameter extern(C++) function

2015-02-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14195

--- Comment #1 from Benjamin Thaut c...@benjamin-thaut.de ---
https://github.com/D-Programming-Language/dmd/pull/4419

--