[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14178 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14178 --- Comment #11 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/cce909b19a1e6b03a182d2a1d488841e2cc64b53 Merge pull request #8341 from TurkeyMan/mangle_std Fix issue

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14178 Mathias LANG changed: What|Removed |Added CC||turkey...@gmail.com --- Comment #10 from

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14178 --- Comment #9 from Guillaume Chatelet --- Unfortunately no. I can't find the time to work on this anymore :( --

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14178 Walter Bright changed: What|Removed |Added Keywords||mangling ---

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

2017-02-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14178 --- Comment #7 from Guillaume Chatelet --- Walter, here is my test suite https://github.com/gchatelet/dmd/tree/new_cpp_mangling2/test/mangling --

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

2017-02-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14178 Walter Bright changed: What|Removed |Added CC|

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

2015-07-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14178 --- Comment #5 from Guillaume Chatelet chatelet.guilla...@gmail.com --- I expect it to take quite some time for me to have it right. This might be worth submitting you fix meanwhile. --

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

2015-07-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14178 --- Comment #4 from David Soria Parra d...@experimentalworks.net --- I have a hacky implementation for that particular issue, but if you rewritting the mangeling code it might hold off. --

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

2015-07-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14178 David Soria Parra d...@experimentalworks.net changed: What|Removed |Added CC|

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

2015-07-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14178 --- Comment #3 from Guillaume Chatelet chatelet.guilla...@gmail.com --- Many things are broken with the current implementation : template substitutions, abbreviations. I'm rewriting the mangling code but it's quite complicated. The test suite is

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

2015-03-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14178 --- Comment #1 from Guillaume Chatelet chatelet.guilla...@gmail.com --- FYI, I'm working on this one right now. --

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

2015-02-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14178 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||C++ CC|