[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2018-11-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 Stanislav Blinov changed: What|Removed |Added CC||stanislav.bli...@gmail.com --- Comment #1

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2019-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 Max Samukha changed: What|Removed |Added CC||maxsamu...@gmail.com --- Comment #2 from Max S

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2021-08-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 kinke changed: What|Removed |Added CC||ki...@gmx.net --- Comment #3 from kinke --- > __tra

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2021-08-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #4 from Max Samukha --- (In reply to kinke from comment #3) > > There's no such thing as class instance arrays, only arrays of class > references, so that's a non-issue. I'm curious why you chose to nitpick - it's unlikely you didn't u

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2021-08-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #5 from kinke --- (In reply to Max Samukha from comment #4) > I'm curious why you chose to nitpick - it's unlikely you didn't understand > what I meant. Just stumbled upon this issue and wanted to correct this - `classInstanceSize` doesn

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2021-08-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #6 from Max Samukha --- (In reply to kinke from comment #5) > (In reply to Max Samukha from comment #4) > > I'm curious why you chose to nitpick - it's unlikely you didn't understand > > what I meant. > > Just stumbled upon this issue an

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2021-08-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #7 from kinke --- (In reply to Max Samukha from comment #6) > (I assume you meant align(classInstanceAlignment!C), which currently > produces wrong results due to this bug) Yeah sorry, of course. We'll probably need a __traits(classInsta

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2021-08-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #8 from Max Samukha --- (In reply to kinke from comment #7) > (In reply to Max Samukha from comment #6) > > (I assume you meant align(classInstanceAlignment!C), which currently > > produces wrong results due to this bug) > > Yeah sorry,

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2021-08-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #9 from kinke --- (In reply to Max Samukha from comment #8) > > No problem there. But it's the size the compiler uses (for the init symbol, > > the TypeInfo.initializer() etc.), not some library bug, and it's working. > > Bugs will most

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2021-08-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #10 from Max Samukha --- (In reply to kinke from comment #9) > (In reply to Max Samukha from comment #8) > > > No problem there. But it's the size the compiler uses (for the init > > > symbol, > > > the TypeInfo.initializer() etc.), not

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2022-05-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #11 from Dlang Bot --- @kinke updated dlang/dmd pull request #14063 "Add __traits(classInstanceAlignment)" mentioning this issue: - Add __traits(classInstanceAlignment) Tackling the compiler part of issue 16508. https://github.com/dl

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2022-05-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #12 from Dlang Bot --- dlang/dmd pull request #14063 "Add __traits(classInstanceAlignment)" was merged into master: - 8e61fbfb89065a08e339cfb76bdaca10467236ed by Martin Kinkelin: Add __traits(classInstanceAlignment) Tackling the com

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2022-05-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #13 from Dlang Bot --- @kinke updated dlang/phobos pull request #8459 "Use new __traits(classInstanceAlignment)" mentioning this issue: - Use new __traits(classInstanceAlignment) Tackling the Phobos part of issue 16508. https://githu

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2022-05-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #14 from Dlang Bot --- @kinke updated dlang/druntime pull request #3820 "Use new __traits(classInstanceAlignment)" mentioning this issue: - Use new __traits(classInstanceAlignment) Tackling the druntime part of issue 16508. https://g

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2022-05-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #15 from Dlang Bot --- dlang/phobos pull request #8459 "Use new __traits(classInstanceAlignment)" was merged into master: - 781a1a403778cc693aa478a1c1df9c2a0106034c by Martin Kinkelin: Use new __traits(classInstanceAlignment) Tackli

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2022-05-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #16 from Dlang Bot --- dlang/druntime pull request #3820 "Use new __traits(classInstanceAlignment)" was merged into master: - 34676459ab0a58fc5fb533b318e272ee0ae1dd60 by Martin Kinkelin: Use new __traits(classInstanceAlignment) Tack

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2022-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #17 from Dlang Bot --- @tchaloupka updated dlang/phobos pull request #8467 "Fix 23132 - Avoid ranges copy when compared for equality" mentioning this issue: - Use new __traits(classInstanceAlignment) Tackling the Phobos part of issue

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2022-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #18 from Dlang Bot --- @pbackus updated dlang/phobos pull request #8507 "Fix 23245, 23246 - std.format regressions" mentioning this issue: - Use new __traits(classInstanceAlignment) Tackling the Phobos part of issue 16508. https://gi

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2022-08-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #19 from Dlang Bot --- @RubyTheRoobster updated dlang/phobos pull request #8525 "fix issue 23140" mentioning this issue: - Use new __traits(classInstanceAlignment) Tackling the Phobos part of issue 16508. https://github.com/dlang/pho

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 Iain Buclaw changed: What|Removed |Added Priority|P1 |P3 --