[Issue 24165] Failed readf leaves File in inconsistent state

2023-10-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24165 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @pbackus

[Issue 24188] ICE (Illegal instruction) with missing imported symbol

2023-10-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24188 Adam D. Ruppe changed: What|Removed |Added Severity|major |regression --- Comment #2 from Adam D. Ruppe

[Issue 24188] ICE (Illegal instruction) with missing imported symbol

2023-10-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24188 Adam D. Ruppe changed: What|Removed |Added CC||destructiona...@gmail.com --- Comment #1 fro

[Issue 24187] dmd ImportC: cmathcalls.h(55): Error: illegal type combination

2023-10-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24187 --- Comment #1 from mw --- Steps to reproduce: $ tar xzf s7.tar.gz $ cd s7 $ dmd s7.c BTW, LDC2 has the same error, because it share the same front end with DMD. --

[Issue 24188] New: ICE (Illegal instruction) with missing imported symbol

2023-10-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24188 Issue ID: 24188 Summary: ICE (Illegal instruction) with missing imported symbol Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: major

[Issue 23865] duplicate alias not detected

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

[Issue 23856] The problem of accuracy loss in double division

2023-10-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23856 Basile-z changed: What|Removed |Added Keywords||backend --

[Issue 23856] The problem of accuracy loss in double division

2023-10-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23856 Basile-z changed: What|Removed |Added Severity|critical|normal --

[Issue 23856] The problem of accuracy loss in double division

2023-10-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23856 --- Comment #6 from Basile-z --- > `1999` would actually be the most accurate result Sorry for this non-sense; I meant "considering the real value of 0.0025", i.e a bit greater. --

[Issue 23686] template instance reused with default alias arg

2023-10-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23686 --- Comment #2 from Dlang Bot --- @SixthDot updated dlang/dmd pull request #15681 "fix issue 23865 - ICE on attempt to insert an non overloadable symbol…" fixing this issue: - fix issue 23686 - TemplateAliasParam default value possibly considered eq