[Issue 19024] [REG 2.081-beta] AssertError@dmd/dsymbolsem.d(4317): Assertion failure

2020-07-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19024 --- Comment #5 from Dlang Bot --- dlang/dmd pull request #11436 "[dmd-cxx] fix Issue 14739, 19024, 21060: ICE in semantic, at d/dmd/dstruct.c:1224" was merged into dmd-cxx: - add6e573a6423eee61d697fc8bde2ed12e57c2f5 by Iain Buclaw: Fix Issue 19024

[Issue 19024] [REG 2.081-beta] AssertError@dmd/dsymbolsem.d(4317): Assertion failure

2018-07-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19024 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/61383c3394fb6fa2cfcfa7e5e0087ab433e4d318 Fix Issue 19024 - [ICE] AssertError@dmd/dsymbolsem.d(4317): As

[Issue 19024] [REG 2.081-beta] AssertError@dmd/dsymbolsem.d(4317): Assertion failure

2018-07-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19024 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 19024] [REG 2.081-beta] AssertError@dmd/dsymbolsem.d(4317): Assertion failure

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19024 --- Comment #2 from Iain Buclaw --- Actually, this is just a duplicate of issue 17492, only this uses a struct, and the other uses a class. --

[Issue 19024] [REG 2.081-beta] AssertError@dmd/dsymbolsem.d(4317): Assertion failure

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19024 --- Comment #1 from Iain Buclaw --- Regression caused by https://github.com/dlang/dmd/pull/3383 Minimal test: --- struct S14147(alias func) { } pure mul14147() { S14147!(a => a); } pure mul14147() { S14147!(a => a); } --

[Issue 19024] [REG 2.081-beta] AssertError@dmd/dsymbolsem.d(4317): Assertion failure

2018-06-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19024 Iain Buclaw changed: What|Removed |Added Keywords||ice-on-invalid-code CC|