Thread overview
[Issue 17751] Internal error: ddmd/backend/el.c 2927
Oct 13, 2017
Walter Bright
Oct 13, 2017
Iain Buclaw
October 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17751

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/7216

The imm8 needs to go into the template parameter list as a constant.

--
October 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17751

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Seems like a strange limitation, but it's your intrinsic.

--
October 14, 2017
https://issues.dlang.org/show_bug.cgi?id=17751

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/e10b14fd2d68e9bf228e6715c733e96eece8bf5e fix Issue 17751 - Internal error: ddmd/backend/el.c 2927

https://github.com/dlang/dmd/commit/e2526c47e7511812626f30f3f9ec0304beae73d8 Merge pull request #7216 from WalterBright/fix17751

fix Issue 17751 - Internal error: ddmd/backend/el.c 2927 merged-on-behalf-of: Iain Buclaw <ibuclaw@gdcproject.org>

--
October 14, 2017
https://issues.dlang.org/show_bug.cgi?id=17751

github-bugzilla@puremagic.com changed:

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

--