November 02, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11418

           Summary: bit test pattern not inlined core.bitop.bt useless
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: code@dawg.eu


--- Comment #0 from Martin Nowak <code@dawg.eu> 2013-11-01 21:13:40 PDT ---
The core.bitop.bt function is no longer an intrinsic.
Instead it's a function whose body the optimizer recognizes as bitop function.
That would be OK iff the function was always inlined.
The problem is, the function is never inlined due to Issue 10985.
This forces me write copy the pattern verbatim into my code.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------