[Issue 19148] Alignment of section does not reflect the maximum alignment of its contents

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

[Issue 19148] Alignment of section does not reflect the maximum alignment of its contents

2018-08-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19148 --- Comment #9 from Yuxuan Shui --- (In reply to Joakim from comment #8) > OK, if you're so sure it's a problem in dmd's backend, a pull request is > welcome. While I know where the problem is, I don't know what is the proper fix. So I would need

[Issue 19148] Alignment of section does not reflect the maximum alignment of its contents

2018-08-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19148 --- Comment #8 from Joakim --- OK, if you're so sure it's a problem in dmd's backend, a pull request is welcome. --

[Issue 19148] Alignment of section does not reflect the maximum alignment of its contents

2018-08-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19148 --- Comment #7 from Yuxuan Shui --- (In reply to Joakim from comment #6) > There was an issue with a ldc header mismatch that kinke found when merging > the 2.081 frontend into ldc: are you sure that's not what you're seeing > instead? > >

[Issue 19148] Alignment of section does not reflect the maximum alignment of its contents

2018-08-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19148 --- Comment #6 from Joakim --- There was an issue with a ldc header mismatch that kinke found when merging the 2.081 frontend into ldc: are you sure that's not what you're seeing instead?

[Issue 19148] Alignment of section does not reflect the maximum alignment of its contents

2018-08-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19148 --- Comment #5 from Yuxuan Shui --- (In reply to Joakim from comment #4) > Which ldc and DMD versions? Does the just-released LDC 1.11 have this > problem? Most recent ldc release fix the build problem. But this is a dmd bug nonetheless. This bug

[Issue 19148] Alignment of section does not reflect the maximum alignment of its contents

2018-08-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19148 --- Comment #4 from Joakim --- Which ldc and DMD versions? Does the just-released LDC 1.11 have this problem? --

[Issue 19148] Alignment of section does not reflect the maximum alignment of its contents

2018-08-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19148 --- Comment #3 from Yuxuan Shui --- I found the actual bug in codegen. In elfobj.c data_start(), when a symbol doesn't have a explicit alignment (Salignment <= 0), the symbol itself is aligned, but its section's alignment is not updated. To

[Issue 19148] Alignment of section does not reflect the maximum alignment of its contents

2018-08-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19148 Yuxuan Shui changed: What|Removed |Added Priority|P4 |P1 --

[Issue 19148] Alignment of section does not reflect the maximum alignment of its contents

2018-08-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19148 Yuxuan Shui changed: What|Removed |Added Priority|P3 |P4 --

[Issue 19148] Alignment of section does not reflect the maximum alignment of its contents

2018-08-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19148 Yuxuan Shui changed: What|Removed |Added Priority|P1 |P3 Severity|enhancement

[Issue 19148] Alignment of section does not reflect the maximum alignment of its contents

2018-08-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19148 Yuxuan Shui changed: What|Removed |Added Summary|ldc compiled with dmd and |Alignment of section does