[Issue 3703] New: static array assignment
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jan 13 12:45:25 PST 2010
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: nobody at puremagic.com
ReportedBy: ellery-newcomer at utulsa.edu
--- Comment #0 from Ellery Newcomer <ellery-newcomer at 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: -------
More information about the Digitalmars-d-bugs
mailing list