March 19, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2745

           Summary: missing token tochars in lexer.c
           Product: D
           Version: 1.041
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: davidl@126.com


Token::tochars[TOKon_scope_exit]        = "scope(exit)";
+++    Token::tochars[TOKon_scope_failure]      = "scope(failure)";
+++    Token::tochars[TOKon_scope_success]      = "scope(success)";


this makes the header generation fail for those cases.


-- 

April 01, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2745


bugzilla@digitalmars.com changed:

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




------- Comment #1 from bugzilla@digitalmars.com  2009-04-01 13:49 -------
Fixed DMD 1.042 and 2.027


--