[Issue 421] New: 'not a lvalue' crashes DMD
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Oct 9 20:12:34 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=421
Summary: 'not a lvalue' crashes DMD
Product: D
Version: 0.169
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: ddparnell at bigpond.com
void main() {
int i;
int j;
(j=i)++;
}
This compiles with the error message ...
"test.d(4): (j) = (i) is not an lvalue"
and then crashes DMD.
--
More information about the Digitalmars-d-bugs
mailing list