← Back to index
|
Original Bugzilla link
Bug 15802 – (SIGSEGV) CppMangleVisitor::source_name
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
Linux
Creation time
2016-03-15T17:44:00Z
Last change time
2016-03-21T11:26:02Z
Assigned to
nobody
Creator
kozzi11
Comments
Comment #0
by kozzi11 — 2016-03-15T17:44:07Z
t.d: extern(C++) { template Foo(T) { static void boo() {} } } void main() { Foo!(int).boo(); } dmd -c t.d Program received signal SIGSEGV, Segmentation fault. 0x00000000004f6f5e in CppMangleVisitor::source_name(Dsymbol*, bool) ()
Comment #1
by kozzi11 — 2016-03-16T20:31:33Z
https://github.com/D-Programming-Language/dmd/pull/5537
Comment #2
by github-bugzilla — 2016-03-21T11:26:00Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/62aeb7fdb94bad8f07e9aab6e4858b9f93b00a1e
Fix issue 15802
https://github.com/D-Programming-Language/dmd/commit/dfc005abdff1219a391658fa13f2b1b970518e46
Merge pull request #5537 from Kozzi11/fix15802 Fix issue 15802