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

           Summary: static array assignment
           Product: D
           Version: 2.038
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: ellery-newco...@utulsa.edu


--- Comment #0 from Ellery Newcomer <ellery-newco...@utulsa.edu> 2010-01-13 
12:45:23 PST ---
void main(){
int[1] a = [1];
int[2] b;

b = a;
}

fails to produce a compile error. Seems to be D2 only.

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

Reply via email to