[Issue 432] New: invalid expression causes compiler seg-fault

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 14 05:29:27 PDT 2006


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

           Summary: invalid expression causes compiler seg-fault
           Product: D
           Version: 0.169
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: aziz.kerim at gmail.com


bool a, b;
true && (a = b); // ok in DMD 168 and 169

// DMD 168 and 169 give this error: true && (a) is not an lvalue
true && a = b; // only DMD 169 seg-faults here


-- 




More information about the Digitalmars-d-bugs mailing list