December 03, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=636

           Summary: Excessive "1: " in error message
           Product: D
           Version: 0.176
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: diagnostic
          Severity: trivial
          Priority: P3
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: deewiant@gmail.com


void main() {
        alias T x;
}

asdf.d(2): Error: identifier 'T' is not defined
1: asdf.d(2): Error: T is used as a type

The "1: " should not be output.


-- 

December 12, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=636


bugzilla@digitalmars.com changed:

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




------- Comment #1 from bugzilla@digitalmars.com  2006-12-12 04:16 -------
Fixed DMD 0.176


--