Thread overview
[Issue 19024] [REG 2.081-beta] AssertError@dmd/dsymbolsem.d(4317): Assertion failure
Jun 24, 2018
Iain Buclaw
Jul 01, 2018
Iain Buclaw
Jul 01, 2018
Iain Buclaw
Jul 02, 2018
Iain Buclaw
Jul 21, 2020
Dlang Bot
June 24, 2018
https://issues.dlang.org/show_bug.cgi?id=19024

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
                 CC|                            |ibuclaw@gdcproject.org

--
July 01, 2018
https://issues.dlang.org/show_bug.cgi?id=19024

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
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);
}

--
July 01, 2018
https://issues.dlang.org/show_bug.cgi?id=19024

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Actually, this is just a duplicate of issue 17492, only this uses a struct, and the other uses a class.

--
July 02, 2018
https://issues.dlang.org/show_bug.cgi?id=19024

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Iain Buclaw <ibuclaw@gdcproject.org> ---
https://github.com/dlang/dmd/pull/8428

--
July 03, 2018
https://issues.dlang.org/show_bug.cgi?id=19024

--- Comment #4 from github-bugzilla@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): Assertion failure

https://github.com/dlang/dmd/commit/36f2383b4c38b900ea4fc8f848ba1f5f01199b02 Merge pull request #8428 from ibuclaw/reg12378

Fix Issue 19024 - [ICE] AssertError@dmd/dsymbolsem.d(4317): Assertion failure

--
July 21, 2020
https://issues.dlang.org/show_bug.cgi?id=19024

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
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 - [ICE] AssertError@dmd/dsymbolsem.d(4317): Assertion failure

https://github.com/dlang/dmd/pull/11436

--