www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 7233] New: [ICE] (symbol.c 1032) Struct tupleof

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7233

           Summary: [ICE] (symbol.c 1032) Struct tupleof
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Keywords: rejects-valid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: bearophile_hugs eml.cc



struct Foo { int x, y; }
Foo[] front(Foo[][] a) {
    return a[0];
}
void main() {
    Foo[][] b;
    auto xy = b.front[0].tupleof;
}


DMD 2.058head

dmd -inline test.d

Internal error: backend\symbol.c 1032

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 05 2012
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7233


Kenji Hara <k.hara.pg gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE



*** This issue has been marked as a duplicate of issue 4940 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 06 2012