[Issue 22321] ImportC: non-static arrays can’t be initialized by an initializer list.

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22321 --- Comment #4 from Dlang Bot --- dlang/dmd pull request #13140 "merge stable" was merged into master: - 94645f7c9897569bc37410de0a8932c37bd7bd51 by Walter Bright: fix Issue 22321 - ImportC: non-static arrays can.t be initialized by an initializer

[Issue 22292] REG[2.084.1] Recursive class literal segfaults compiler

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22292 --- Comment #5 from Dlang Bot --- dlang/dmd pull request #13140 "merge stable" was merged into master: - 962f10f55b62f6352f23f0f63cae2a505a607e7a by Boris Carvajal: Fix Issue 22292 - REG[2.084.1] Recursive class literal segfaults compiler - 9bebf

[Issue 22226] [REG 2.095.1] __ctfe + function call in conditional expression used to initialize struct member in constructor causes ICE

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6 --- Comment #5 from Dlang Bot --- dlang/dmd pull request #13140 "merge stable" was merged into master: - fab4bfe3f00ea57b4f8c6121fa73b7a9a51b by Boris Carvajal: Fix Issue 6 - [REG 2.095.1] __ctfe + function call in conditional expression u

[Issue 13009] [REG2.064] inout overload conflicts with non-inout when used via alias this

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13009 --- Comment #28 from Dlang Bot --- dlang/dmd pull request #13140 "merge stable" was merged into master: - 061ab3b618c47e0181bf6836afc000ffa366e5a5 by Boris Carvajal: Fix Issue 13009 - [REG2.064] inout overload conflicts with non-inout when used vi

[Issue 22329] DMD and LDC2 Segumentation Faults due to alias this on private field + special names

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22329 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #13140 "merge stable" was merged into master: - 138559dbf6b472674170576b09193b96d6153ab8 by Boris Carvajal: Fix Issue 22329 - DMD and LDC2 Segumentation Faults due to alias this on private f

[Issue 22344] importC: Semantic allows function to have number of arguments not match prototype

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22344 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com See Also|

[Issue 22342] importC: Error: function 'func()' is not callable using argument types '(int)'

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22342 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 22343] importC: Error: 'undefined identifier' with implicit declaration of function

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22343 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 22361] Failed import gives misleading error message

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

[Issue 22364] Unreachable warning for collectException[Msg] with noreturn value

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

[Issue 22365] New: Compiler crash: tcs.body_ null in StatementSemanticVisitor.visit(TryCatchStatement) in semantic3 pass (dmd/statementsem.d:3956)

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22365 Issue ID: 22365 Summary: Compiler crash: tcs.body_ null in StatementSemanticVisitor.visit(TryCatchStatement) in semantic3 pass (dmd/statementsem.d:3956) Product: D Vers

[Issue 22366] New: [dip1000] scope variable can be assigned to associative array

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22366 Issue ID: 22366 Summary: [dip1000] scope variable can be assigned to associative array Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 22367] New: The __ModuleInfo member spuriously linked for modules compiler with -betterC

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22367 Issue ID: 22367 Summary: The __ModuleInfo member spuriously linked for modules compiler with -betterC Product: D Version: D2 Hardware: All OS: All Sta

[Issue 22367] The __ModuleInfo member spuriously linked for modules compiler with -betterC

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22367 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #1 from Iai

[Issue 22367] The __ModuleInfo member spuriously linked for modules compiler with -betterC

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22367 --- Comment #2 from Andrei Alexandrescu --- (In reply to Iain Buclaw from comment #1) > Is this really an issue? What use-case is there for compiling a D library > with -betterC then using it from a D program? A use case is the dmd compiler itself

[Issue 22368] New: has[Unshared]Aliasing fails to instantiate for noreturn

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22368 Issue ID: 22368 Summary: has[Unshared]Aliasing fails to instantiate for noreturn Product: D Version: D2 Hardware: All OS: All Status: NEW Se

[Issue 22368] has[Unshared]Aliasing fails to instantiate for noreturn

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

[Issue 22367] The __ModuleInfo member spuriously linked for modules compiler with -betterC

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22367 Richard Cattermole changed: What|Removed |Added CC||alphaglosi...@gmail.com --- Comment #3

[Issue 22369] New: Unreachable statements in std.concurrency with noreturn values / callbacks

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22369 Issue ID: 22369 Summary: Unreachable statements in std.concurrency with noreturn values / callbacks Product: D Version: D2 Hardware: All OS: All Statu

[Issue 22369] Unreachable statements in std.concurrency with noreturn values / callbacks

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

[Issue 22368] has[Unshared]Aliasing fails to instantiate for noreturn

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22368 --- Comment #2 from Dlang Bot --- @MoonlightSentinel created dlang/phobos pull request #8266 "Fix 22369 - Omit unreachable statements in std.concurrency" fixing this issue: - Fix 22368 - has[Unshared]Aliasing fails to instantiate for noreturn The

[Issue 22370] New: std.concurrency.spawn* should accept noreturn callables

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22370 Issue ID: 22370 Summary: std.concurrency.spawn* should accept noreturn callables Product: D Version: D2 Hardware: All OS: All Status: NEW Se

[Issue 22371] New: wrong type in error on failed implicit conversions to ndims static arrays

2021-10-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22371 Issue ID: 22371 Summary: wrong type in error on failed implicit conversions to ndims static arrays Product: D Version: D2 Hardware: All OS: All Status

[Issue 21957] ice when dmd computes the alignment of an union containing a noreturn

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