October 10, 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@digitalmars.com
        ReportedBy: ddparnell@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.


-- 

October 10, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=421


ddparnell@bigpond.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Comment #1 from ddparnell@bigpond.com  2006-10-09 22:15 -------
Sorry, should have check for existing bug notes first.

*** This bug has been marked as a duplicate of 410 ***


--