Thread overview
[Issue 410] New: regression: segfault after "is not an lvalue"
Oct 08, 2006
d-bugmail
Oct 10, 2006
d-bugmail
Oct 14, 2006
d-bugmail
Oct 18, 2006
d-bugmail
October 08, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=410

           Summary: regression: segfault after "is not an lvalue"
           Product: D
           Version: 0.169
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: thomas-dloop@kuehne.cn


--- 0.168/src/dmd/expression.c
+++ 0.169/src/dmd/expression.c
@@ -768,6 +769,7 @@
     else if (!loc.filename)
        loc = e->loc;
     error("%s is not an lvalue", e->toChars());
+*(char*)0=0;
     return this;
 }


-- 

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


ddparnell@bigpond.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ddparnell@bigpond.com




------- Comment #1 from ddparnell@bigpond.com  2006-10-09 22:15 -------
*** Bug 421 has been marked as a duplicate of this bug. ***


-- 

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


deewiant@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aziz.kerim@gmail.com




------- Comment #2 from deewiant@gmail.com  2006-10-14 10:50 -------
*** Bug 432 has been marked as a duplicate of this bug. ***


-- 

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


bugzilla@digitalmars.com changed:

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




------- Comment #3 from bugzilla@digitalmars.com  2006-10-18 13:25 -------
Fixed DMD 0.170


--