[Issue 19524] New: Make core.checkedint work in betterC

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 30 14:31:04 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=19524

          Issue ID: 19524
           Summary: Make core.checkedint work in betterC
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: n8sh.secondary at hotmail.com

This can be done by converting all functions to zero-argument templates. The
risk would be that this changes the function mangling and may cause mulu etc.
to cease being intrinsic functions if a compiler had been handling them
specially. A cursory check didn't reveal any affected intrinsics in DMD.

--


More information about the Digitalmars-d-bugs mailing list