http://d.puremagic.com/issues/show_bug.cgi?id=4278

           Summary: undo limitations of bug3500's fix
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Keywords: patch
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]
        Depends on: 3500


--- Comment #0 from Brad Roberts <[email protected]> 2010-06-05 14:47:52 PDT 
---
Created an attachment (id=655)
allow inlining of super.id(arg) calls

Bug 3500 reported bugginess with the inlining of super.id(args).  The fix there
was to not inline that style call.  The patch attached to this report removes
that block and fixes the underlying problem.

Now, the semantic pass rewrites super.id(args) to a direct call to the
baseclass.id(args).

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

Reply via email to