[Issue 16563] [REG 2.072.0-b1] Wrong struct size/alignment in local struct

2016-11-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16563 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to newCTFE at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/07bbf2d0ef547339dee5e886a1a924691c3eb8b8 fix Issue 16563 - wrong alignment in function

[Issue 16563] [REG 2.072.0-b1] Wrong struct size/alignment in local struct

2016-10-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16563 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/07bbf2d0ef547339dee5e886a1a924691c3eb8b8 fix Issue 16563 - wrong alignment in function

[Issue 16563] [REG 2.072.0-b1] Wrong struct size/alignment in local struct

2016-10-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16563 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/07bbf2d0ef547339dee5e886a1a924691c3eb8b8 fix Issue 16563 - wrong alignment in function - function

[Issue 16563] [REG 2.072.0-b1] Wrong struct size/alignment in local struct

2016-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16563 --- Comment #5 from Martin Nowak --- (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

[Issue 16563] [REG 2.072.0-b1] Wrong struct size/alignment in local struct

2016-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16563 --- Comment #4 from Vladimir Panteleev --- (In reply to Martin Nowak from comment #3) > When filing regressions for master please use the current development > version as tag so we can more easily see which release is

[Issue 16563] [REG 2.072.0-b1] Wrong struct size/alignment in local struct

2016-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16563 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu