[Issue 982] Codeview: symbols of enum type are declared integer

2019-08-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=982 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 982] Codeview: symbols of enum type are declared integer

2019-08-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=982 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #3 from Dlang Bot --- @rainers

[Issue 982] Codeview: symbols of enum type are declared integer

2019-08-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=982 --- Comment #2 from Rainer Schuetze --- Still in dmd 2.087.1. Example: enum EE { E1, E2, E3 } void main() { EE e = EE.E1; } >dmd -m64 -g test.d >cvdump.exe test.obj | grep.exe -C5 "D main" (44) S_GPROC32: [:], Cb: 0012,

[Issue 982] Codeview: symbols of enum type are declared integer

2017-08-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=982 anonymous4 changed: What|Removed |Added Keywords||symdeb --

[Issue 982] Codeview: symbols of enum type are declared integer

2017-07-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=982 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de