[Issue 4278] New: undo limitations of bug3500's fix
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jun 5 14:47:54 PDT 2010
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: nobody at puremagic.com
ReportedBy: braddr at puremagic.com
Depends on: 3500
--- Comment #0 from Brad Roberts <braddr at puremagic.com> 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: -------
More information about the Digitalmars-d-bugs
mailing list