← Back to index
|
Original Bugzilla link
Bug 1086 – CodeView: missing line information for string switch
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D1 (retired)
Platform
x86
OS
Windows
Creation time
2007-03-30T03:41:00Z
Last change time
2014-02-16T15:23:36Z
Assigned to
bugzilla
Creator
jascha
Comments
Comment #0
by jascha — 2007-03-30T03:41:59Z
void main(char[][] args) { char[] str = args[0]; switch ( str ) // doesn't show up in codeview { case "asdf": args[0] = "qwer"; break; default: } switch ( args[0] ) // shows up in codeview { case "asdf": args[0] = "qwer"; break; default: } }
Comment #1
by bugzilla — 2007-04-11T22:02:28Z
Fixed dmd 1.011