[Issue 24105] Dip1000 C variadics not marked as scope should not accept scope arguments

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

[Issue 24106] core.stdc.math provides an implementation of modfl for uClibc that only works when real and double are the same size

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

[Issue 24107] The error for exceeding the CTFE recursion limit bypasses speculative compilation.

2023-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24107 Harry Gillanders changed: What|Removed |Added Keywords||CTFE --

[Issue 24107] New: The error for exceeding the CTFE recursion limit bypasses speculative compilation.

2023-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24107 Issue ID: 24107 Summary: The error for exceeding the CTFE recursion limit bypasses speculative compilation. Product: D Version: D2 Hardware: All OS: All

[Issue 24108] dmd -H and -X fail when given an importC module

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

[Issue 24108] New: dmd -H and -X fail when given an importC module

2023-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24108 Issue ID: 24108 Summary: dmd -H and -X fail when given an importC module Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: ImportC

[Issue 24094] importC __declspec issues

2023-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24094 --- Comment #2 from Michael Barth --- (In reply to Walter Bright from comment #1) > I tried the following: > > test.c --- > __declspec(allocator) __declspec(restrict) > void* __cdecl _calloc_base(int, int); >

[Issue 24094] importC __declspec issues

2023-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24094 Michael Barth changed: What|Removed |Added CC||spirrw...@yahoo.com --