https://issues.dlang.org/show_bug.cgi?id=17352
Issue ID: 17352
Summary: Internal error: ddmd/backend/elfobj.c 1739 on
duplicate definition
Product: D
Version: D2
Hardware: x86
OS: Linux
Status: NEW
Severity: regression
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
=== bug.d ===
void foo () {}
void foo () {}
void main () {}
dmd bug.d
Internal error: ddmd/backend/elfobj.c 1739
introduced around commit a48acfedcc3d011e4050bb3b37b51866698daa05 (use linkonce
for Elf code COMDATs)
--