February 19, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=982

           Summary: Codeview: symbols of enum type are declared integer
           Product: D
           Version: 1.006
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: jascha@mainia.de


Although the correct typestring for enum types exists, symbols of that type are marked as being integers (T_INT4) instead of using the custom type.


--