[Issue 22702] druntime not compliant with D spec re getLinkage

2022-01-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22702 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 14892] -profile=gc doesn't account for GC API allocations

2022-01-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14892 Dlang Bot changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 22704] Linker error when running the public unittests

2022-01-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22704 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22705] importC: forward reference to struct's typedef gives "struct already exists"

2022-01-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22705 --- Comment #1 from du...@airmail.cc --- slightly different example: ``` struct data1_s; struct data2_s { int x; }; typedef struct data2_s data2_t; struct data1_s { data2_t* p; }; ``` test.c(3): Error: struct `test.data2_s` already

[Issue 22705] New: importC: forward reference to struct's typedef gives "struct already exists"

2022-01-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22705 Issue ID: 22705 Summary: importC: forward reference to struct's typedef gives "struct already exists" Product: D Version: D2 Hardware: All OS: All

[Issue 22704] Linker error when running the public unittests

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

[Issue 22704] New: Linker error when running the public unittests

2022-01-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22704 Issue ID: 22704 Summary: Linker error when running the public unittests Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: blocker

[Issue 22139] Compiler special cases object.dup when compiling with -preview=dip1000

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

[Issue 12595] dup/idup shouldn't be property functions

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

[Issue 17635] [REG 2.066.0] cannot convert unique immutable(int)** to immutable

2022-01-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17635 Dlang Bot changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 22130] [REG2.080.1][DIP1000] pure factory functions stopped working

2022-01-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22130 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22127] compiler assertion failure parser on UDA and function literal

2022-01-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22127 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---