[Issue 22538] importC: function 'func' conflicts with function 'func' when using static in forward declaration

2021-12-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22538 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22537] importC: Error: undefined reference to 'function' when using static in forward declaration

2021-12-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22537 --- Comment #2 from Walter Bright --- Fixed by https://github.com/dlang/dmd/pull/13399 --

[Issue 22537] importC: Error: undefined reference to 'function' when using static in forward declaration

2021-12-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22537 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22573] DMD compiler errors on Illumos/Solaris

2021-12-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22573 --- Comment #7 from Dlang Bot --- dlang/dmd pull request #13393 "Issue 22574 - Compiler segfaults on `template test(x* x)`" was merged into stable: - b2fb53857872d3b9ab4dad5de1c30b145f5feb94 by Brian Callahan: Fix build for Solaris/Illumos Fix I

[Issue 22574] Compiler segfaults on `template test(x* x)`

2021-12-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22574 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22582] [std.algorithm.count] predicate does not implicitly convert to bool

2021-12-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22582 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 19136] is expressions don't work as documented

2021-12-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19136 SorinM changed: What|Removed |Added CC||sorin.matee...@stud.acs.upb |

[Issue 19136] is expressions don't work as documented

2021-12-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19136 --- Comment #2 from Dlang Bot --- @sorin-gabriel created dlang/dlang.org pull request #3139 "fix Issue 19136 - is expressions don't work as documented" fixing this issue: - fix Issue 19136 - is expressions don't work as documented https://github.co

[Issue 22527] Casting out-of-range floating point value to signed integer overflows

2021-12-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22527 SorinM changed: What|Removed |Added CC||sorin.matee...@stud.acs.upb |

[Issue 22527] Casting out-of-range floating point value to signed integer overflows

2021-12-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22527 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #3 from Dlang Bot --- @sorin-g

[Issue 22460] -lowmem causes segfault on OpenBSD 64-bit

2021-12-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22460 Brian Callahan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22583] New: Corrupted function parameters

2021-12-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22583 Issue ID: 22583 Summary: Corrupted function parameters Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: critical Priority: P1

[Issue 17778] Creating a static array with duplicates in betterC causes "undefined reference to _memset32" linker failure

2021-12-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17778 andy.pj.han...@gmail.com changed: What|Removed |Added CC||andy.pj.han...@gmail.com --