[Issue 21983] dup leaves a partially constructed array if postblit/copy ctor throws

2021-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21983 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 21172] Disabling struct postblit should be deprecated?

2021-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21172 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 22175] Nested method access to variable formed by ternary of constructor and function call, of a struct with four shorts and a bool, crashes DMD.

2021-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22175 --- Comment #3 from Dlang Bot --- @FeepingCreature created dlang/dmd pull request #13255 ""Fix" bug 22175: cdstreq should always use ES:DI for 16-size structs (DO NOT MERGE)" mentioning this issue: - "Fix" bug 22175: cdstreq should use ES:DI for 16-

[Issue 22460] Unittest build of d_do_test.d triggers RangeError on OpenBSD

2021-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22460 --- Comment #2 from Brian Callahan --- Yes, your command succeeded. I was even able to run the resulting program and got: 1 modules passed unittests --

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

2021-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22460 Brian Callahan changed: What|Removed |Added Summary|Unittest build of |-lowmem causes segfault on

[Issue 22460] Unittest build of d_do_test.d triggers RangeError on OpenBSD

2021-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22460 --- Comment #3 from Brian Callahan --- Further analysis suggests that using -lowmem immediately segfaults full stop no matter what you are compiling with dmd on 64-bit OpenBSD DMD. I did not even think to check it because -lowmem works fine on 32-bi

[Issue 18267] array comparison broken in 2.078.3

2021-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18267 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 19482] attributes incorrectly applied to static foreach local variables

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

[Issue 22470] New: Linker error: std.math.remainder.fmod

2021-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22470 Issue ID: 22470 Summary: Linker error: std.math.remainder.fmod Product: D Version: D2 Hardware: x86_64 OS: FreeBSD Status: NEW Severity: regression Pr

[Issue 22163] wrong code with static float array and delegate accessing it

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

[Issue 22470] Linker error: std.math.remainder.fmod

2021-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22470 Brian Callahan changed: What|Removed |Added CC||bcal...@openbsd.org --- Comment #1 from Bri

[Issue 22470] Linker error: std.math.remainder.fmod

2021-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22470 --- Comment #2 from Nico Sonack --- I am running the tarball straight from https://dlang.org/download.html which reports as : DMD64 D Compiler v2.098.0 That should be the release binaries. --

[Issue 22470] Linker error: std.math.remainder.fmod

2021-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22470 --- Comment #3 from Brian Callahan --- Thanks. You might try that commit, though I'm not confident it'll fix your problem. If not, I'll look into a better fix tonight. --

[Issue 22470] Linker error: std.math.remainder.fmod

2021-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22470 --- Comment #4 from Nico Sonack --- Just built the current head of the stable branch : nico@hades:/tmp $ nico@hades:/tmp $ dmd --version DMD64 D Compiler v2.098.0-40-g54fa6ee34 Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserv

[Issue 22470] Linker error: std.math.remainder.fmod

2021-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22470 Nico Sonack changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22470] Linker error: std.math.remainder.fmod

2021-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22470 --- Comment #5 from Brian Callahan --- Great! Glad it worked. Fixed in https://github.com/dlang/dmd/commit/54fa6ee3480fba215e31252da59d3318749fc612 --

[Issue 18267] array comparison broken in 2.078.3

2021-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18267 John Colvin changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 18287] [Reg 2.078.1] several std.math functions no longer work with alias this

2021-11-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18287 --- Comment #4 from John Colvin --- (In reply to hsteoh from comment #1) > Has signbit() ever worked with alias this types? I tried commenting out the > new sig constraint of signbit(), but this code still fails to compile on git > master: > >