https://issues.dlang.org/show_bug.cgi?id=17843
Issue ID: 17843
Summary: -betterC struct with `double` field generates
references to TypeInfo
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
Example:
struct S { double d; }
TypeInfo is in druntime, and druntime is not linked in for -betterC.
--
