[Issue 1691] New: Provide build3() for older compilers and replace all build() statements with it.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Nov 24 06:48:32 PST 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1691
Summary: Provide build3() for older compilers and replace all
build() statements with it.
Product: DGCC aka GDC
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: glue layer
AssignedTo: dvdfrdmn at users.sf.net
ReportedBy: d-issues at rameria.de
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.
--
More information about the D.gnu
mailing list