www.digitalmars.com         C & C++   DMDScript  

D.gnu - [Bug 190] New: Calling rest_of_type_declaration may skip unfinished

Date: Mon, 8 Jun 2015 08:13:12 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"

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.
Jun 08 2015