[Issue 4372] type of enumerator values reduced to base type in debug info

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 23 00:18:12 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4372



--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> 2010-06-23 00:18:10 PDT ---
Created an attachment (id=674)
Recoverer enumerator type for debug info

The type information is lost in toCType, but as the code generator probably
relies on working with the base type, it seems dangerous to change it. Here's a
patch that tunnels a reference to the D symbol through to the debug information
output stage. This fix patches only the CodeView implementation.

The patch is for dmd2, svn rev 556.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list