www.digitalmars.com         C & C++   DMDScript  

D.gnu - [Bug 261] New: [ICE] (build_vindex_ref): expected record_type, have

https://bugzilla.gdcproject.org/show_bug.cgi?id=261

            Bug ID: 261
           Summary: [ICE] (build_vindex_ref): expected record_type, have
                    void_type at d/d-codegen.cc:476
           Product: GDC
           Version: development
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gdc
          Assignee: ibuclaw gdcproject.org
          Reporter: ibuclaw gdcproject.org

Reduced from defuzzed seed 35
---
void f0()
{
    class C1
    {
        void f2()
        {
            class C1
            {
                void f0()
                {
                    auto v0_3 = &f2;
                }
            }
        }
    }
}

-- 
You are receiving this mail because:
You are watching all bug changes.
Jun 12 2017