Bug 1691 – Provide build3() for older compilers and replace all build() statements with it.

Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2007-11-24T08:48:00Z
Last change time
2015-06-09T05:15:06Z
Assigned to
ibuclaw
Creator
d-issues

Attachments

IDFilenameSummaryContent-TypeSize
209remove_build_statements.patchReplace build() statement with build2() and build3()text/plain24072

Comments

Comment #0 by d-issues — 2007-11-24T08:48:31Z
Provide build3() for older compilers and replace all build() statements with build2() and build3() in d glue layer. Patch is against: svn revision 193 diffstat: d/d-builtins2.cc | 2 - d/d-codegen.cc | 40 ++++++++++++------------- d/d-codegen.h | 12 +++---- d/d-convert.cc | 8 ++--- d/d-glue.cc | 88 ++++++++++++++++++++++++++++----------------------------- d/d-lang.h | 1 d/d-objfile.cc | 10 +++--- 7 files changed, 81 insertions(+), 80 deletions(-) See attachment for the patch.
Comment #1 by d-issues — 2007-11-24T08:49:58Z
Created attachment 209 Replace build() statement with build2() and build3()
Comment #2 by ibuclaw — 2010-08-07T16:17:49Z
Just checking now, this patch has already been applied, so there's no point keeping this report open. Thanks