[Issue 17843] New: -betterC struct with `double` field generates references to TypeInfo
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Sep 20 09:00:50 UTC 2017
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: nobody at puremagic.com
Reporter: bugzilla at digitalmars.com
Example:
struct S { double d; }
TypeInfo is in druntime, and druntime is not linked in for -betterC.
--
More information about the Digitalmars-d-bugs
mailing list