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

           Summary:  TOK116 has no effect in expression (a)
           Product: D
           Version: 0.166
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: minor
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: clugdbug@yahoo.com.au


Silly error message, following the meaningful one ("undefined identifier a"). Probably a relic of implicit lazy evaluation in 0.165.
---

void main()
{
    a;
}


-- 

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


bugzilla@digitalmars.com changed:

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




------- Comment #1 from bugzilla@digitalmars.com  2006-10-04 20:00 -------
Fixed DMD 0.168


--