June 08, 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@gdcproject.org
          Reporter: ibuclaw@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.