www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 19524] New: Make core.checkedint work in betterC

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 puremagic.com
          Reporter: n8sh.secondary 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.

--
Dec 30 2018