[Bug 190] New: Calling rest_of_type_declaration may skip unfinished types

via D.gnu d.gnu at puremagic.com
Mon Jun 8 00:13:12 PDT 2015


http://bugzilla.gdcproject.org/show_bug.cgi?id=190

            Bug ID: 190
           Summary: Calling rest_of_type_declaration may skip unfinished
                    types
           Product: GDC
           Version: development
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gdc
          Assignee: ibuclaw at gdcproject.org
          Reporter: ibuclaw at gdcproject.org

I found a case where calling rest_of_type_declaration early actually results in
debug information being omitted, potentially for both types.

class C { S s; }
struct S { C c; }

We should consider pushing them into a list and processes at the finalise
compilation stage.

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/d.gnu/attachments/20150608/1f25cf6b/attachment.html>


More information about the D.gnu mailing list