[Issue 8917] New: Array operation a[] + a[] not implemented

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 30 09:22:30 PDT 2012


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

           Summary: Array operation a[] + a[] not implemented
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: nilsbossung at googlemail.com


--- Comment #0 from Nils <nilsbossung at googlemail.com> 2012-10-30 09:22:28 PDT ---
---
cat > test.d <<CODE
void main() {
    int[3] a;
    int[3] b = a[] + a[];
}
CODE
dmd test.d
---
test.d(3): Error: Array operation a[] + a[] not implemented
---

Works with 2.060. Fails since this commit:
https://github.com/D-Programming-Language/dmd/commit/da8e2a038105ad0149a8f66fbcfe31079ce3a534

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


More information about the Digitalmars-d-bugs mailing list