https://issues.dlang.org/show_bug.cgi?id=15970

Mathias LANG <pro.mathias.l...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |pro.mathias.l...@gmail.com
         Resolution|---                         |DUPLICATE

--- Comment #5 from Mathias LANG <pro.mathias.l...@gmail.com> ---
Marking as a duplicate of 16479, which is older, but for which there is a PR.
I just tried it with PR 8455 and it gets mangled correctly:
```
../../install/osx/bin/dmd -c lol.d; nm lol.o | c++filt
[...]
00000000000004c8 S A<int>::foo_template(int)
0000000000000040 S A<int>::foo_template(int) (.eh)
00000000000004d0 S A<int>::foo_incorrect(Symbol*)
0000000000000068 S A<int>::foo_incorrect(Symbol*) (.eh)
```

*** This issue has been marked as a duplicate of issue 16479 ***

--

Reply via email to