Bug 1212 – dmd generates bad line info

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D1 (retired)
Platform
x86
OS
Windows
Creation time
2007-05-05T08:59:00Z
Last change time
2014-02-16T15:21:55Z
Keywords
diagnostic
Assigned to
bugzilla
Creator
davidl

Comments

Comment #0 by davidl — 2007-05-05T08:59:49Z
int func1(){return 1;} int func2(){return 1;} int myfunc() { return (func1+ (func2; } void main() { } error message : bug1.d(11): found ';' when expecting ')' bug1.d(5): found '}' when expecting ')'
Comment #1 by bugzilla — 2007-07-01T14:01:10Z
Fixed DMD 1.018 and DMD 2.002