[Issue 16563] [REG HEAD] Wrong struct size/alignment in local struct

2016-09-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16563 --- Comment #2 from uplink.co...@googlemail.com --- The hacky fix for this looks like this: --- a/src/dstruct.d +++ b/src/dstruct.d @@ -299,7 +299,8 @@ extern (C++) class StructDeclaration : AggregateDeclaration if (semanticRun == PASSinit)

[Issue 16563] [REG HEAD] Wrong struct size/alignment in local struct

2016-09-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16563 uplink.co...@googlemail.com changed: What|Removed |Added CC||uplink.co...@googlemail.com ---