[Issue 20596] [REG2.086] Error on missed stack allocation for closure for template

2020-04-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20596 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #4 from Dlang Bot --- @WalterB

[Issue 20596] [REG2.086] Error on missed stack allocation for closure for template

2020-04-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20596 --- Comment #3 from Walter Bright --- Here's the problem. There were two PRs: https://github.com/dlang/dmd/pull/8504 which extended checking of addressing of delegates to constructor calls with the line in expressionsem.d: if (global.params.v

[Issue 19400] Very brittle undefined symbol linker failure when importing modules

2020-04-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19400 Nathan S. changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---