[Issue 23451] Static function declared in with scope cannot access property on type alias in with expression type

2022-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23451 Mario Kroeplin changed: What|Removed |Added Keywords||industry CC|

[Issue 22583] Corrupted function parameters

2022-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22583 --- Comment #5 from anonymous4 --- Probably something to do with passing float arguments. 8 arguments are passed in registers xmm0 to xmm7, the rest are pushed on stack. So I suppose 8 is the threshold value. --

[Issue 22583] Corrupted function parameters

2022-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22583 anonymous4 changed: What|Removed |Added Keywords||wrong-code See Also|

[Issue 23450] Unexpected constructor behaviour in DMD in rare cases

2022-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23450 anonymous4 changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 21301] Wrong values being passed in long parameter list

2022-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21301 anonymous4 changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 22759] ImportC: cannot modify const expression from dereferencing const pointer declared within function.

2022-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22759 --- Comment #7 from Steven Schveighoffer --- (In reply to dave287091 from comment #4) > Just treat declarations of > `int * data` and `int * const data` the same in the body of c functions (as > long as they are not also static). apologies, it

[Issue 22759] ImportC: cannot modify const expression from dereferencing const pointer declared within function.

2022-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22759 Adam D. Ruppe changed: What|Removed |Added CC||destructiona...@gmail.com --- Comment #6

[Issue 22759] ImportC: cannot modify const expression from dereferencing const pointer declared within function.

2022-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22759 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@gmail.com --- Comment #5

[Issue 17378] Allow multiple arguments for assert and static assert

2022-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17378 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot --- @ntrel

[Issue 23451] New: Static function declared in with scope cannot access property on type alias in with expression type

2022-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23451 Issue ID: 23451 Summary: Static function declared in with scope cannot access property on type alias in with expression type Product: D Version: D2 Hardware: x86_64

[Issue 21301] Wrong values being passed in long parameter list

2022-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21301 --- Comment #3 from Dennis --- Here's a bit more test code, reducing it to only using int and float, and using hex values as arguments that are easy to identify: ``` import core.stdc.stdio; union U { int[22] i = [ 0x_,

[Issue 23450] Unexpected constructor behaviour in DMD in rare cases

2022-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23450 --- Comment #3 from Keivan --- Also based on the discussion on the forums(https://forum.dlang.org/post/lxnogwxpuiwlxvruq...@forum.dlang.org), the issue might also be same as issue 22583 --

[Issue 23450] Unexpected constructor behaviour in DMD in rare cases

2022-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23450 Dennis changed: What|Removed |Added CC||dkor...@live.nl --- Comment #2 from Dennis ---

[Issue 23450] Unexpected constructor behaviour in DMD in rare cases

2022-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23450 Steven Schveighoffer changed: What|Removed |Added Keywords||wrong-code CC|

[Issue 23438] leaking address of stack using dip1000 switch

2022-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23438 --- Comment #6 from Dlang Bot --- @WalterBright created dlang/dmd pull request #14610 "fix Issue 23445 - Can leak scope variable through delegate context" fixing this issue: - fix Issue 23438 - leaking address of stack

[Issue 23445] Can leak scope variable through delegate context

2022-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23445 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #8 from Dlang Bot ---