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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Apr 28 01:07:42 PDT 2011


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



--- Comment #2 from Aldo Nunez <aldonunez1 at gmail.com> 2011-04-28 01:03:55 PDT ---
I think I have a simpler fix.

If we write a mostly blank LF_ENUM record with only the right name and the
forward reference flag (128) in the property field, the linker merges it with
the full LF_ENUM record written by EnumDeclaration::toDebug/cv4_Denum.

Only one LF_ENUM record for each enum will appear in the debug info, and all
references will be right.

-- 
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