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
Comment #2 by github-bugzilla — 2016-03-21T11:26:00Z