D issues are now
tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Summary: |
Externally defined struct error message |
Product: |
D
|
Reporter: |
bearophile_hugs |
Component: |
dmd | Assignee: |
No Owner <nobody> |
Status: |
RESOLVED
FIXED
|
Severity: |
major
|
CC: |
bugzilla
|
Priority: |
P2
|
Keywords: |
diagnostic, pull |
Version: |
D2 |
Hardware: |
All |
OS: |
All |
extern(C) struct Foo;
extern (C) Foo bar() { assert(0); }
void main() {}
DMD 2.060alpha gives no line numbers:
Error: struct test.Foo unknown size
Error: struct test.Foo no size yet for forward reference
(Severiry is Major according to Don wishes on this kind of errors.)