http://d.puremagic.com/issues/show_bug.cgi?id=3997

           Summary: comparing AAs doesn't work: _aaEqual missing
           Product: D
           Version: 1.057
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nob...@puremagic.com
        ReportedBy: nfx...@gmail.com


--- Comment #0 from nfx...@gmail.com 2010-03-21 06:58:30 PDT ---
cat aa.d
void main() {
    int[int] a;
    bool x = a == a;
}

dmd aa.d
aa.o: In function `_Dmain':
aa.d:(.text._Dmain+0xe): undefined reference to `_aaEqual'
collect2: ld returned 1 exit status
--- errorlevel 1

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

Reply via email to