[Issue 4314] New: Expression array1 && array2 doesn't compile
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jun 14 13:28:23 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4314
Summary: Expression array1 && array2 doesn't compile
Product: D
Version: D1 & D2
Platform: Other
OS/Version: All
Status: NEW
Keywords: rejects-valid
Severity: regression
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: nfxjfg at gmail.com
--- Comment #0 from nfxjfg at gmail.com 2010-06-14 13:28:22 PDT ---
This stopped working in dmd 1.062 (maybe also affects D2):
void main() {
int[] a, b;
if (a && b) {}
}
rt.d(3): Error: Array operation a && b not implemented
This prevents compilation of at least one (Linux specific) module with Tango
(in Tango trunk).
--
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