Thread overview
[Issue 19524] Make core.checkedint work in betterC
Dec 30, 2018
Nathan S.
December 30, 2018
https://issues.dlang.org/show_bug.cgi?id=19524

--- Comment #1 from Nathan S. <n8sh.secondary@hotmail.com> ---
Pull request: https://github.com/dlang/druntime/pull/2426

--
December 30, 2018
https://issues.dlang.org/show_bug.cgi?id=19524

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

https://github.com/dlang/druntime/commit/415d7d3763026c1f3da6b8fce68f3eee2d04d883 Fix Issue 19524 - Make core.checkedint work in betterC

Do this by making everything in checkedint a zero-argument template function. The risk is that this changes the function mangling and may cause `mulu` etc. to cease being intrinsic functions if a compiler had been handling them specially, although DMD does not appear to have been doing this.

https://github.com/dlang/druntime/commit/25a55b901d6b7c1553fcaf6ce104b88f9bd89b93 Merge pull request #2426 from n8sh/issue-19524

Fix Issue 19524 - Make core.checkedint work in betterC merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>

--
December 30, 2018
https://issues.dlang.org/show_bug.cgi?id=19524

github-bugzilla@puremagic.com changed:

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

--