www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17843] New: -betterC struct with `double` field generates

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 puremagic.com
          Reporter: bugzilla digitalmars.com

Example:

    struct S { double d; }

TypeInfo is in druntime, and druntime is not linked in for -betterC.

--
Sep 20 2017