Bug 7 – Implement OnScopeStatement::toIR

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D1 (retired)
Platform
PowerPC
OS
Mac OS X
Creation time
2006-03-01T22:06:00Z
Last change time
2014-02-14T20:33:26Z
Assigned to
braddr
Creator
braddr

Comments

Comment #0 by braddr — 2006-03-01T22:06:20Z
I stubbed it out to get gdc to compile, but it needs a real implementation.
Comment #1 by braddr — 2006-03-02T01:39:50Z
Removed toIR() from the declaration of OnScopeStatement: --- d/dmd/src/dmd/statement.h +++ d/dmd/src/dmd/statement.h @@ -584,8 +584,6 @@ struct OnScopeStatement : Statement Statement *semantic(Scope *sc); int usesEH(); void scopeCode(Statement **sentry, Statement **sexit, Statement **sfinally); - - void toIR(IRState *irs); }; Both compiles and works well.
Comment #2 by braddr — 2006-03-02T01:42:05Z
Reassigning to the right product/category.