March 30, 2007 [Issue 1086] New: CodeView: missing line information for string switch | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=1086 Summary: CodeView: missing line information for string switch Product: D Version: 1.010 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: jascha@mainia.de 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: } } -- |
April 12, 2007 [Issue 1086] CodeView: missing line information for string switch | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1086 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from bugzilla@digitalmars.com 2007-04-11 22:02 ------- Fixed dmd 1.011 -- |
Copyright © 1999-2021 by the D Language Foundation