Bug 12427 – Regression (2.066 git-head): Building druntime fails with -debug=PRINTF

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
druntime
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-03-21T01:47:00Z
Last change time
2014-03-21T08:42:50Z
Keywords
pull
Assigned to
andrej.mitrovich
Creator
andrej.mitrovich

Comments

Comment #0 by andrej.mitrovich — 2014-03-21T01:47:30Z
src\rt\lifetime.d(989): Error: cannot pass dynamic arrays to extern(C) vararg functions src\rt\lifetime.d(1017): Error: template instance rt.lifetime._d_newarrayOpT! (_d_newarrayT) error instantiating src\rt\lifetime.d(989): Error: cannot pass dynamic arrays to extern(C) vararg functions src\rt\lifetime.d(1042): Error: template instance rt.lifetime._d_newarrayOpT! (_d_newarrayiT) error instantiating
Comment #1 by andrej.mitrovich — 2014-03-21T01:50:55Z
Comment #2 by github-bugzilla — 2014-03-21T08:30:55Z
Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/fdecc7d3554d8a13eb1139a1a00efd29aa31a698 Fix Issue 12427 - Building druntime with -debug=PRINTF fails. https://github.com/D-Programming-Language/druntime/commit/642f95ec0e0348b82c0871f55b9b5e4d1a6cb07a Merge pull request #748 from AndrejMitrovic/Fix12427 Issue 12427 - Building druntime with -debug=PRINTF fails.