[Issue 16563] [REG 2.072.0-b1] Wrong struct size/alignment in local struct
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Oct 14 12:54:32 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16563
--- Comment #5 from Martin Nowak <code at dawg.eu> ---
(In reply to uplink.coder from comment #1)
> The reason is that the _scope of the AlignDeclarartion does not get set.
Yes, setScope isn't called for declarations in functions b/c there are no
forward references in functions, hence no scope for early lookups is needed.
--
More information about the Digitalmars-d-bugs
mailing list