[Issue 5290] Static array literals with too few elements

2022-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5290 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 22861] Build the compiler with PGO

2022-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22861 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @maxhato

[Issue 22866] New: ICE when accessing __traits(parameter) alias of an outer scope inside foreach

2022-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22866 Issue ID: 22866 Summary: ICE when accessing __traits(parameter) alias of an outer scope inside foreach Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 22865] __traits(compiles) affects inferrence of attributes

2022-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22865 Basile-z changed: What|Removed |Added Keywords||safe CC|

[Issue 22865] New: __traits(compiles) affects inferrence of attributes

2022-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22865 Issue ID: 22865 Summary: __traits(compiles) affects inferrence of attributes Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 20881] [DIP1000] scope inference turns return-ref into return-scope

2022-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20881 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #9 from Dlang Bot --- @dkorpel

[Issue 22790] ref-return-scope is always ref-return, scope, unless return-scope appear in that order

2022-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22790 --- Comment #3 from Dlang Bot --- @dkorpel updated dlang/dmd pull request #13693 "Make consistent use of `STC.returnScope`" fixing this issue: - Fix issue 20881, 22790 - make ref-return-scope consistent https://github.com/dlang/dmd/pull/13693 --

[Issue 22864] New: [REG 2.067] Throwing in array literal leads to destructor being called on unconstructed data

2022-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22864 Issue ID: 22864 Summary: [REG 2.067] Throwing in array literal leads to destructor being called on unconstructed data Product: D Version: D2 Hardware: All OS: All

[Issue 22863] New: [REG2.099] -main doesn't work anymore when used for linking only (without source modules)

2022-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22863 Issue ID: 22863 Summary: [REG2.099] -main doesn't work anymore when used for linking only (without source modules) Product: D Version: D2 Hardware: All OS: All

[Issue 22862] Functions cannot be overloaded on return value alone.

2022-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22862 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 22175] assert fail when struct assignment value is desired and struct size is odd

2022-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22175 --- Comment #6 from Walter Bright --- Or just set the alignment of the struct to 16. --

[Issue 22175] assert fail when struct assignment value is desired and struct size is odd

2022-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22175 --- Comment #5 from Walter Bright --- For anyone needing a workaround, just add fields so the size is 8 bytes. --

[Issue 22175] assert fail when struct assignment value is desired and struct size is odd

2022-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22175 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #4 from Dlang Bot --- @WalterB

[Issue 22175] assert fail when struct assignment value is desired and struct size is odd

2022-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22175 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com Summary|